Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debt_snat.c38 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
/linux-4.1.27/net/sched/
Dact_pedit.c158 skb_store_bits(skb, off + offset, ptr, 4); in tcf_pedit()
/linux-4.1.27/net/core/
Dfilter.c1236 skb_store_bits(skb, offset, ptr, len); in bpf_skb_store_bytes()
1288 skb_store_bits(skb, offset, ptr, sizeof(sum)); in bpf_l3_csum_replace()
1336 skb_store_bits(skb, offset, ptr, sizeof(sum)); in bpf_l4_csum_replace()
Dskbuff.c1997 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function
2051 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits()
2067 EXPORT_SYMBOL(skb_store_bits);
/linux-4.1.27/net/ipv6/
Draw.c603 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
/linux-4.1.27/include/linux/
Dskbuff.h2692 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
/linux-4.1.27/net/packet/
Daf_packet.c2210 err = skb_store_bits(skb, 0, data, in tpacket_fill_skb()