Lines Matching refs:portid
78 * @snd_portid: netlink portid of sender
189 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
302 * @portid: own netlink portid to avoid sending to yourself
308 u32 portid, unsigned int group, gfp_t flags)
313 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags);
320 * @portid: own netlink portid to avoid sending to yourself
325 struct sk_buff *skb, u32 portid,
329 portid, group, flags);
336 * @portid: own netlink portid to avoid sending to yourself
343 struct sk_buff *skb, u32 portid,
349 * @portid: netlink portid of the destination socket
351 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid)
353 return nlmsg_unicast(net->genl_sock, skb, portid);
418 * @portid: the PORTID of a process that we want to skip (if any)
427 struct net *net, u32 portid,
433 return netlink_set_err(net->genl_sock, portid, group, code);