Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/netfilter/
Debt_snat.c38 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
/linux-4.4.14/net/sched/
Dact_pedit.c158 skb_store_bits(skb, off + offset, ptr, 4); in tcf_pedit()
/linux-4.4.14/net/core/
Dfilter.c1294 skb_store_bits(skb, offset, ptr, len); in bpf_skb_store_bytes()
1345 skb_store_bits(skb, offset, ptr, sizeof(sum)); in bpf_l3_csum_replace()
1392 skb_store_bits(skb, offset, ptr, sizeof(sum)); in bpf_l4_csum_replace()
Dskbuff.c1961 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function
2015 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits()
2031 EXPORT_SYMBOL(skb_store_bits);
/linux-4.4.14/net/ipv6/
Draw.c604 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
/linux-4.4.14/include/linux/
Dskbuff.h2855 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
/linux-4.4.14/net/packet/
Daf_packet.c2418 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()