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