Lines Matching refs:portid
187 struct sk_buff *skb, struct net *net, u32 portid,
192 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
295 u32 portid, unsigned int group, gfp_t flags) in genlmsg_multicast_netns() argument
300 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags); in genlmsg_multicast_netns()
312 struct sk_buff *skb, u32 portid, in genlmsg_multicast() argument
316 portid, group, flags); 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() argument
340 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
414 u32 portid, u32 group, int code) in genl_set_err() argument
419 return netlink_set_err(net->genl_sock, portid, group, code); in genl_set_err()