Lines Matching refs:portid
97 * @snd_portid: netlink portid of sender
306 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
445 * @portid: own netlink portid to avoid sending to yourself
451 u32 portid, unsigned int group, gfp_t flags)
456 return nlmsg_multicast(net->genl_sock, skb, portid, group, flags);
463 * @portid: own netlink portid to avoid sending to yourself
468 struct sk_buff *skb, u32 portid,
472 portid, group, flags);
479 * @portid: own netlink portid to avoid sending to yourself
486 struct sk_buff *skb, u32 portid,
491 * @net: network namespace to look up @portid in
493 * @portid: netlink portid of the destination socket
495 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid)
497 return nlmsg_unicast(net->genl_sock, skb, portid);
562 * @portid: the PORTID of a process that we want to skip (if any)
571 struct net *net, u32 portid,
577 return netlink_set_err(net->genl_sock, portid, group, code);