Home
last modified time | relevance | path

Searched refs:dst_portid (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netlink/
H A Daf_netlink.h29 u32 dst_portid; member
H A Daf_netlink.c1088 WRITE_ONCE(nlk->dst_portid, 0); in netlink_connect()
1113 WRITE_ONCE(nlk->dst_portid, nladdr->nl_pid); in netlink_connect()
1132 nladdr->nl_pid = READ_ONCE(nlk->dst_portid); in netlink_getname()
1165 READ_ONCE(nlk->dst_portid) != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1814 u32 dst_portid; in netlink_sendmsg() local
1839 dst_portid = addr->nl_pid; in netlink_sendmsg()
1842 if ((dst_group || dst_portid) && in netlink_sendmsg()
1848 dst_portid = READ_ONCE(nlk->dst_portid); in netlink_sendmsg()
1889 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
1891 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags & MSG_DONTWAIT); in netlink_sendmsg()
H A Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1484 int dst_portid, in mac80211_hwsim_tx_frame_nl() argument
1576 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()