Lines Matching full:portid
121 * @snd_portid: netlink portid of sender
336 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
477 * @portid: own netlink portid to avoid sending to yourself
488 u32 portid, unsigned int group, gfp_t flags, in genlmsg_multicast_netns_filtered() argument
495 return nlmsg_multicast_filtered(net->genl_sock, skb, portid, group, in genlmsg_multicast_netns_filtered()
504 * @portid: own netlink portid to avoid sending to yourself
510 u32 portid, unsigned int group, gfp_t flags) in genlmsg_multicast_netns() argument
512 return genlmsg_multicast_netns_filtered(family, net, skb, portid, in genlmsg_multicast_netns()
520 * @portid: own netlink portid to avoid sending to yourself
525 struct sk_buff *skb, u32 portid, in genlmsg_multicast() argument
529 portid, group, flags); in genlmsg_multicast()
536 * @portid: own netlink portid to avoid sending to yourself
542 struct sk_buff *skb, u32 portid,
547 * @net: network namespace to look up @portid in
549 * @portid: netlink portid of the destination socket
551 static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) in genlmsg_unicast() argument
553 return nlmsg_unicast(net->genl_sock, skb, portid); in genlmsg_unicast()
618 * @portid: the PORTID of a process that we want to skip (if any)
627 struct net *net, u32 portid, in genl_set_err() argument
633 return netlink_set_err(net->genl_sock, portid, group, code); in genl_set_err()