Searched refs:skb_store_bits (Results 1 – 5 of 5) sorted by relevance
/net/bridge/netfilter/ |
D | ebt_snat.c | 38 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
|
/net/sched/ |
D | act_pedit.c | 158 skb_store_bits(skb, off + offset, ptr, 4); in tcf_pedit()
|
/net/core/ |
D | skbuff.c | 1901 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function 1955 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits() 1971 EXPORT_SYMBOL(skb_store_bits);
|
/net/ipv6/ |
D | raw.c | 603 BUG_ON(skb_store_bits(skb, offset, &csum, 2)); in rawv6_push_pending_frames()
|
/net/packet/ |
D | af_packet.c | 2199 err = skb_store_bits(skb, 0, data, in tpacket_fill_skb()
|