Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Dtc-actions-env-rules.txt12 avoid loops, etc. A few are generic enough that skb_act_clone()
13 resets them for you, so invoke skb_act_clone() rather than skb_clone().
/linux-4.1.27/net/sched/
Dact_mirred.c154 skb2 = skb_act_clone(skb, GFP_ATOMIC, m->tcf_action); in tcf_mirred()
/linux-4.1.27/include/net/
Dsch_generic.h752 static inline struct sk_buff *skb_act_clone(struct sk_buff *skb, gfp_t gfp_mask, in skb_act_clone() function