Searched refs:skb_store_bits (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_snat.c | 38 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
|
/linux-4.4.14/net/sched/ |
D | act_pedit.c | 158 skb_store_bits(skb, off + offset, ptr, 4); in tcf_pedit()
|
/linux-4.4.14/net/core/ |
D | filter.c | 1294 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()
|
D | skbuff.c | 1961 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/ |
D | raw.c | 604 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 2855 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 2418 err = skb_store_bits(skb, 0, data, hdrlen); in tpacket_fill_skb()
|