Searched refs:skb_store_bits (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/net/bridge/netfilter/ ! |
D | ebt_snat.c | 38 if (skb_store_bits(skb, sizeof(_ah), info->mac,ETH_ALEN)) in ebt_snat_tg()
|
/linux-3.4.99/net/sched/ ! |
D | act_pedit.c | 175 skb_store_bits(skb, off + offset, ptr, 4); in tcf_pedit()
|
/linux-3.4.99/net/core/ ! |
D | skbuff.c | 1780 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits() function 1834 if (skb_store_bits(frag_iter, offset - start, in skb_store_bits() 1850 EXPORT_SYMBOL(skb_store_bits);
|
/linux-3.4.99/net/ipv6/ ! |
D | raw.c | 593 if (skb_store_bits(skb, offset, &csum, 2)) in rawv6_push_pending_frames()
|
/linux-3.4.99/include/linux/ ! |
D | skbuff.h | 2169 extern int skb_store_bits(struct sk_buff *skb, int offset,
|
/linux-3.4.99/net/packet/ ! |
D | af_packet.c | 2013 err = skb_store_bits(skb, 0, data, in tpacket_fill_skb()
|