Home
last modified time | relevance | path

Searched refs:pskb (Results 1 – 8 of 8) sorted by relevance

/net/bridge/
Dbr_input.c206 static int nf_hook_bridge_pre(struct sk_buff *skb, struct sk_buff **pskb) in nf_hook_bridge_pre() argument
234 *pskb = skb; in nf_hook_bridge_pre()
263 rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame() argument
266 struct sk_buff *skb = *pskb; in br_handle_frame()
312 *pskb = skb; in br_handle_frame()
323 *pskb = skb; in br_handle_frame()
355 return nf_hook_bridge_pre(skb, pskb); in br_handle_frame()
Dbr_private.h629 rx_handler_result_t br_handle_frame(struct sk_buff **pskb);
/net/netfilter/
Dxt_socket.c52 struct sk_buff *pskb = (struct sk_buff *)skb; in socket_match() local
80 pskb->mark = sk->sk_mark; in socket_match()
113 struct sk_buff *pskb = (struct sk_buff *)skb; in socket_mt6_v1_v2_v3() local
141 pskb->mark = sk->sk_mark; in socket_mt6_v1_v2_v3()
Dxt_cluster.c81 struct sk_buff *pskb = (struct sk_buff *)skb; in xt_cluster_mt() local
106 pskb->pkt_type = PACKET_HOST; in xt_cluster_mt()
/net/hsr/
Dhsr_slave.c17 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame() argument
19 struct sk_buff *skb = *pskb; in hsr_handle_frame()
/net/openvswitch/
Dvport-netdev.c58 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook() argument
60 struct sk_buff *skb = *pskb; in netdev_frame_hook()
/net/core/
Ddevlink.c1828 static int devlink_dpipe_send_and_alloc_skb(struct sk_buff **pskb, in devlink_dpipe_send_and_alloc_skb() argument
1833 if (*pskb) { in devlink_dpipe_send_and_alloc_skb()
1834 err = genlmsg_reply(*pskb, info); in devlink_dpipe_send_and_alloc_skb()
1838 *pskb = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in devlink_dpipe_send_and_alloc_skb()
1839 if (!*pskb) in devlink_dpipe_send_and_alloc_skb()
Ddev.c4765 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc, in __netif_receive_skb_core() argument
4770 struct sk_buff *skb = *pskb; in __netif_receive_skb_core()
4960 *pskb = skb; in __netif_receive_skb_core()