Lines Matching refs:sk_buff
59 struct sk_buff *skb,
62 struct sk_buff *skb,
123 int (*doit)(struct sk_buff *skb,
125 int (*dumpit)(struct sk_buff *skb,
187 struct sk_buff *skb, struct net *net, u32 portid,
190 struct sk_buff *genlmsg_new_unicast(size_t payload, struct genl_info *info,
192 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
254 static inline void *genlmsg_put_reply(struct sk_buff *skb, in genlmsg_put_reply()
268 static inline void genlmsg_end(struct sk_buff *skb, void *hdr) in genlmsg_end()
278 static inline void genlmsg_cancel(struct sk_buff *skb, void *hdr) in genlmsg_cancel()
294 struct net *net, struct sk_buff *skb, in genlmsg_multicast_netns()
312 struct sk_buff *skb, u32 portid, in genlmsg_multicast()
330 struct sk_buff *skb, u32 portid,
338 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast()
348 static inline int genlmsg_reply(struct sk_buff *skb, struct genl_info *info) in genlmsg_reply()
396 static inline struct sk_buff *genlmsg_new(size_t payload, gfp_t flags) in genlmsg_new()