Searched refs:skb_to_send (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/sched/ |
D | act_mirred.c | 255 struct sk_buff *skb_to_send = skb; in tcf_mirred_to_dev() local 280 skb_to_send = skb_clone(skb, GFP_ATOMIC); in tcf_mirred_to_dev() 281 if (!skb_to_send) in tcf_mirred_to_dev() 288 nf_reset_ct(skb_to_send); in tcf_mirred_to_dev() 290 skb_dst_drop(skb_to_send); in tcf_mirred_to_dev() 299 skb_pull_rcsum(skb_to_send, mac_len); in tcf_mirred_to_dev() 302 skb_push_rcsum(skb_to_send, mac_len); in tcf_mirred_to_dev() 306 skb_to_send->skb_iif = skb->dev->ifindex; in tcf_mirred_to_dev() 307 skb_to_send->dev = dev; in tcf_mirred_to_dev() 310 if (skb == skb_to_send) in tcf_mirred_to_dev() [all …]
|
/linux-6.12.1/drivers/net/ |
D | gtp.c | 2326 struct sk_buff *skb_to_send; in gtp_genl_send_echo_req() local 2361 skb_to_send = netdev_alloc_skb_ip_align(gtp->dev, len); in gtp_genl_send_echo_req() 2362 if (!skb_to_send) in gtp_genl_send_echo_req() 2368 gtp0_h = skb_push(skb_to_send, sizeof(struct gtp0_header)); in gtp_genl_send_echo_req() 2378 skb_to_send = netdev_alloc_skb_ip_align(gtp->dev, len); in gtp_genl_send_echo_req() 2379 if (!skb_to_send) in gtp_genl_send_echo_req() 2385 gtp1u_h = skb_push(skb_to_send, in gtp_genl_send_echo_req() 2397 kfree_skb(skb_to_send); in gtp_genl_send_echo_req() 2401 udp_tunnel_xmit_skb(rt, sk, skb_to_send, in gtp_genl_send_echo_req()
|