Lines Matching refs:sk_buff
83 struct sk_buff *
86 struct sk_buff *skb; in linuxkpi_alloc_skb()
132 struct sk_buff *
135 struct sk_buff *skb; in linuxkpi_dev_alloc_skb()
149 struct sk_buff *
152 struct sk_buff *skb; in linuxkpi_build_skb()
171 struct sk_buff *
172 linuxkpi_skb_copy(const struct sk_buff *skb, gfp_t gfp) in linuxkpi_skb_copy()
174 struct sk_buff *new; in linuxkpi_skb_copy()
210 linuxkpi_kfree_skb(struct sk_buff *skb) in linuxkpi_kfree_skb()
274 struct sk_buff *skb; in DB_SHOW_COMMAND()
282 skb = (struct sk_buff *)addr; in DB_SHOW_COMMAND()