Searched refs:skb_try_make_writable (Results 1 – 7 of 7) sorted by relevance
| /linux/net/sched/ |
| H A D | act_nat.c | 156 if (skb_try_make_writable(skb, sizeof(*iph) + noff)) in tcf_nat_act() 184 skb_try_make_writable(skb, ihl + sizeof(*tcph) + noff)) in tcf_nat_act() 197 skb_try_make_writable(skb, ihl + sizeof(*udph) + noff)) in tcf_nat_act() 235 if (skb_try_make_writable(skb, ihl + sizeof(*icmph) + in tcf_nat_act()
|
| H A D | act_ctinfo.c | 44 if (likely(!skb_try_make_writable(skb, wlen))) { in tcf_ctinfo_dscp_set() 57 if (likely(!skb_try_make_writable(skb, wlen))) { in tcf_ctinfo_dscp_set()
|
| H A D | act_csum.c | 142 skb_try_make_writable(skb, hl + ntkoff)) in tcf_csum_skb_nextlayer() 436 if (skb_try_make_writable(skb, sizeof(*iph) + ntkoff)) in tcf_csum_ipv4()
|
| H A D | sch_dualpi2.c | 316 skb_try_make_writable(skb, wlen)) in dualpi2_read_ect() 324 skb_try_make_writable(skb, wlen)) in dualpi2_read_ect()
|
| H A D | sch_cake.c | 1641 skb_try_make_writable(skb, wlen)) in cake_handle_diffserv() 1661 skb_try_make_writable(skb, wlen)) in cake_handle_diffserv()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | |
| /linux/include/linux/ |
| H A D | skbuff.h | 3863 static inline int skb_try_make_writable(struct sk_buff *skb, in skb_try_make_writable() function
|