Searched refs:skb_try_make_writable (Results 1 – 8 of 8) 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 | 1634 skb_try_make_writable(skb, wlen)) in cake_handle_diffserv() 1654 skb_try_make_writable(skb, wlen)) in cake_handle_diffserv()
|
| /linux/net/netfilter/ |
| H A D | nft_fwd_netdev.c | 114 if (skb_try_make_writable(skb, sizeof(*iph))) { in nft_fwd_neigh_eval() 130 if (skb_try_make_writable(skb, sizeof(*ip6h))) { in nft_fwd_neigh_eval()
|
| H A D | nf_flow_table_ip.c | 527 if (skb_try_make_writable(skb, thoff + ctx->hdrsize)) in nf_flow_offload_forward() 1040 if (skb_try_make_writable(skb, thoff + ctx->hdrsize)) in nf_flow_offload_ipv6_forward()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 3838 static inline int skb_try_make_writable(struct sk_buff *skb, in skb_try_make_writable() function
|