Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_mirred.c259 struct sk_buff *skb_to_send = skb; in tcf_mirred_to_dev() local
295 skb_to_send = skb_clone(skb, GFP_ATOMIC); in tcf_mirred_to_dev()
296 if (!skb_to_send) in tcf_mirred_to_dev()
301 nf_reset_ct(skb_to_send); in tcf_mirred_to_dev()
303 skb_dst_drop(skb_to_send); in tcf_mirred_to_dev()
312 skb_pull_rcsum(skb_to_send, mac_len); in tcf_mirred_to_dev()
315 skb_push_rcsum(skb_to_send, mac_len); in tcf_mirred_to_dev()
319 skb_to_send->skb_iif = skb->dev->ifindex; in tcf_mirred_to_dev()
320 skb_to_send->dev = dev; in tcf_mirred_to_dev()
323 if (skb == skb_to_send) in tcf_mirred_to_dev()
[all …]