Lines Matching refs:portid
496 u32 portid; member
538 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
995 static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, in nlmsg_put() argument
1001 return __nlmsg_put(skb, portid, seq, type, payload, flags); in nlmsg_put()
1041 return nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nlmsg_put_answer()
1156 u32 portid, unsigned int group, in nlmsg_multicast_filtered() argument
1165 err = netlink_broadcast_filtered(sk, skb, portid, group, flags, in nlmsg_multicast_filtered()
1182 u32 portid, unsigned int group, gfp_t flags) in nlmsg_multicast() argument
1184 return nlmsg_multicast_filtered(sk, skb, portid, group, flags, in nlmsg_multicast()
1194 static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid) in nlmsg_unicast() argument
1198 err = netlink_unicast(sk, skb, portid, MSG_DONTWAIT); in nlmsg_unicast()