taglinefilesource code
skb_put195drivers/net/ppp.c#define skb_put(skb,count)          skb_data(skb)
skb_put310include/linux/skbuff.hextern __inline__ unsigned char *skb_put(struct sk_buff *skb, int len)
skb_put365net/core/skbuff.cunsigned char *skb_put(struct sk_buff *skb, int len)