tag | line | file | source code |
---|---|---|---|
skb_put | 195 | drivers/net/ppp.c | #define skb_put(skb,count) skb_data(skb) |
skb_put | 315 | include/linux/skbuff.h | extern __inline__ unsigned char *skb_put(struct sk_buff *skb, int len) |
skb_put | 365 | net/core/skbuff.c | unsigned char *skb_put(struct sk_buff *skb, int len) |