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,
186 void genl_notify(struct genl_family *family, struct sk_buff *skb,
189 struct sk_buff *genlmsg_new_unicast(size_t payload, struct genl_info *info,
191 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
253 static inline void *genlmsg_put_reply(struct sk_buff *skb, in genlmsg_put_reply()
267 static inline void genlmsg_end(struct sk_buff *skb, void *hdr) in genlmsg_end()
277 static inline void genlmsg_cancel(struct sk_buff *skb, void *hdr) in genlmsg_cancel()
293 struct net *net, struct sk_buff *skb, in genlmsg_multicast_netns()
311 struct sk_buff *skb, u32 portid, in genlmsg_multicast()
329 struct sk_buff *skb, u32 portid,
337 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast()
347 static inline int genlmsg_reply(struct sk_buff *skb, struct genl_info *info) in genlmsg_reply()
395 static inline struct sk_buff *genlmsg_new(size_t payload, gfp_t flags) in genlmsg_new()