Searched refs:pskb (Results 1 – 8 of 8) sorted by relevance
253 static int nf_hook_bridge_pre(struct sk_buff *skb, struct sk_buff **pskb) in nf_hook_bridge_pre() argument281 *pskb = skb; in nf_hook_bridge_pre()325 static rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame() argument328 struct sk_buff *skb = *pskb; in br_handle_frame()372 *pskb = skb; in br_handle_frame()383 *pskb = skb; in br_handle_frame()424 return nf_hook_bridge_pre(skb, pskb); in br_handle_frame()439 static rx_handler_result_t br_handle_frame_dummy(struct sk_buff **pskb) in br_handle_frame_dummy() argument
52 struct sk_buff *pskb = (struct sk_buff *)skb; in socket_match() local80 pskb->mark = READ_ONCE(sk->sk_mark); in socket_match()113 struct sk_buff *pskb = (struct sk_buff *)skb; in socket_mt6_v1_v2_v3() local141 pskb->mark = READ_ONCE(sk->sk_mark); in socket_mt6_v1_v2_v3()
81 struct sk_buff *pskb = (struct sk_buff *)skb; in xt_cluster_mt() local106 pskb->pkt_type = PACKET_HOST; in xt_cluster_mt()
57 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook() argument59 struct sk_buff *skb = *pskb; in netdev_frame_hook()
24 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame() argument26 struct sk_buff *skb = *pskb; in hsr_handle_frame()
196 static int devlink_dpipe_send_and_alloc_skb(struct sk_buff **pskb, in devlink_dpipe_send_and_alloc_skb() argument201 if (*pskb) { in devlink_dpipe_send_and_alloc_skb()202 err = genlmsg_reply(*pskb, info); in devlink_dpipe_send_and_alloc_skb()206 *pskb = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in devlink_dpipe_send_and_alloc_skb()207 if (!*pskb) in devlink_dpipe_send_and_alloc_skb()
119 struct sk_buff *skb2, *nskb, *pskb = NULL; in validate_xmit_xfrm() local220 pskb->next = nskb; in validate_xmit_xfrm()226 pskb = skb2; in validate_xmit_xfrm()
5354 static int __netif_receive_skb_core(struct sk_buff **pskb, bool pfmemalloc, in __netif_receive_skb_core() argument5359 struct sk_buff *skb = *pskb; in __netif_receive_skb_core()5559 *pskb = skb; in __netif_receive_skb_core()