Searched refs:pskb (Results 1 – 9 of 9) sorted by relevance
| /net/bridge/ |
| A D | br_input.c | 259 static int nf_hook_bridge_pre(struct sk_buff *skb, struct sk_buff **pskb) in nf_hook_bridge_pre() argument 287 *pskb = skb; in nf_hook_bridge_pre() 331 static rx_handler_result_t br_handle_frame(struct sk_buff **pskb) in br_handle_frame() argument 335 struct sk_buff *skb = *pskb; in br_handle_frame() 381 *pskb = skb; in br_handle_frame() 393 *pskb = skb; in br_handle_frame() 434 return nf_hook_bridge_pre(skb, pskb); in br_handle_frame() 450 static rx_handler_result_t br_handle_frame_dummy(struct sk_buff **pskb) in br_handle_frame_dummy() argument
|
| /net/netfilter/ |
| A D | xt_socket.c | 52 struct sk_buff *pskb = (struct sk_buff *)skb; in socket_match() local 80 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() local 141 pskb->mark = READ_ONCE(sk->sk_mark); in socket_mt6_v1_v2_v3()
|
| A D | xt_cluster.c | 81 struct sk_buff *pskb = (struct sk_buff *)skb; in xt_cluster_mt() local 106 pskb->pkt_type = PACKET_HOST; in xt_cluster_mt()
|
| /net/openvswitch/ |
| A D | vport-netdev.c | 57 static rx_handler_result_t netdev_frame_hook(struct sk_buff **pskb) in netdev_frame_hook() argument 59 struct sk_buff *skb = *pskb; in netdev_frame_hook()
|
| /net/devlink/ |
| A D | dpipe.c | 195 static int devlink_dpipe_send_and_alloc_skb(struct sk_buff **pskb, in devlink_dpipe_send_and_alloc_skb() argument 200 if (*pskb) { in devlink_dpipe_send_and_alloc_skb() 201 err = genlmsg_reply(*pskb, info); in devlink_dpipe_send_and_alloc_skb() 205 *pskb = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in devlink_dpipe_send_and_alloc_skb() 206 if (!*pskb) in devlink_dpipe_send_and_alloc_skb()
|
| /net/hsr/ |
| A D | hsr_slave.c | 24 static rx_handler_result_t hsr_handle_frame(struct sk_buff **pskb) in hsr_handle_frame() argument 26 struct sk_buff *skb = *pskb; in hsr_handle_frame()
|
| /net/xfrm/ |
| A D | xfrm_device.c | 121 struct sk_buff *skb2, *nskb, *pskb = NULL; in validate_xmit_xfrm() local 218 pskb->next = nskb; in validate_xmit_xfrm() 224 pskb = skb2; in validate_xmit_xfrm()
|
| /net/core/ |
| A D | dev.c | 5325 struct sk_buff *skb = *pskb; in netif_skb_check_for_xdp() 5352 struct sk_buff *skb = *pskb; in netif_receive_generic_xdp() 5370 if (netif_skb_check_for_xdp(pskb, xdp_prog)) in netif_receive_generic_xdp() 5374 __skb_pull(*pskb, mac_len); in netif_receive_generic_xdp() 5386 trace_xdp_exception((*pskb)->dev, xdp_prog, act); in netif_receive_generic_xdp() 5390 kfree_skb(*pskb); in netif_receive_generic_xdp() 5442 err = xdp_do_generic_redirect((*pskb)->dev, *pskb, in do_xdp_generic() 5448 generic_xdp_tx(*pskb, xdp_prog); in do_xdp_generic() 5459 kfree_skb_reason(*pskb, SKB_DROP_REASON_XDP); in do_xdp_generic() 5755 struct sk_buff *skb = *pskb; in __netif_receive_skb_core() [all …]
|
| A D | skbuff.c | 897 int skb_pp_cow_data(struct page_pool *pool, struct sk_buff **pskb, in skb_pp_cow_data() argument 902 struct sk_buff *skb = *pskb, *nskb; in skb_pp_cow_data() 970 *pskb = nskb; in skb_pp_cow_data() 979 int skb_cow_data_for_xdp(struct page_pool *pool, struct sk_buff **pskb, in skb_cow_data_for_xdp() argument 985 return skb_pp_cow_data(pool, pskb, XDP_PACKET_HEADROOM); in skb_cow_data_for_xdp()
|
Completed in 48 milliseconds