|
@@ -1,4 +1,5 @@
|
|
/* Copyright (c) 2013, 2016-2017, 2019-2021, The Linux Foundation. All rights reserved.
|
|
/* Copyright (c) 2013, 2016-2017, 2019-2021, The Linux Foundation. All rights reserved.
|
|
|
|
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
@@ -32,5 +33,5 @@ bool rmnet_slow_start_on(u32 hash_key);
|
|
rx_handler_result_t _rmnet_map_ingress_handler(struct sk_buff *skb,
|
|
rx_handler_result_t _rmnet_map_ingress_handler(struct sk_buff *skb,
|
|
struct rmnet_port *port);
|
|
struct rmnet_port *port);
|
|
rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
|
|
rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
|
|
-
|
|
|
|
|
|
+rx_handler_result_t rmnet_rx_priv_handler(struct sk_buff **pskb);
|
|
#endif /* _RMNET_HANDLERS_H_ */
|
|
#endif /* _RMNET_HANDLERS_H_ */
|