taglinefilesource code
skb_check150include/linux/skbuff.hextern int       skb_check(struct sk_buff *skb,int,int, char *);
skb_check151include/linux/skbuff.h#define IS_SKB(skb)    skb_check((skb), 0, __LINE__,__FILE__)
skb_check152include/linux/skbuff.h#define IS_SKB_HEAD(skb)  skb_check((skb), 1, __LINE__,__FILE__)
skb_check100net/core/skbuff.cif (skb_check(skb2, 0, line, file) < 0) {