OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skb_push
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/linux/
netfilter_bridge.h
61
skb_push
(skb, 4);
if_vlan.h
215
veth = (struct vlan_ethhdr *)
skb_push
(skb, VLAN_HLEN);
skbuff.h
858
*
skb_push
- add data to the start of a buffer
866
static inline unsigned char *
skb_push
(struct sk_buff *skb, unsigned int len)
function
[
all
...]
/external/iputils/Modules/
pg3.c
256
eth = (__u8 *)
skb_push
(skb, 14);
Completed in 41 milliseconds