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

/linux-master/net/netlink/
H A Daf_netlink.h30 u32 dst_portid; member in struct:netlink_sock
H A Daf_netlink.c1102 /* dst_portid and dst_group can be read locklessly */
1103 WRITE_ONCE(nlk->dst_portid, 0);
1127 /* dst_portid and dst_group can be read locklessly */
1128 WRITE_ONCE(nlk->dst_portid, nladdr->nl_pid);
1147 nladdr->nl_pid = READ_ONCE(nlk->dst_portid);
1178 /* dst_portid and sk_state can be changed in netlink_connect() */
1180 READ_ONCE(nlk->dst_portid) != nlk_sk(ssk)->portid) {
1828 u32 dst_portid; local
1853 dst_portid = addr->nl_pid;
1856 if ((dst_group || dst_portid)
[all...]
H A Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid;
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1503 int dst_portid,
1595 if (hwsim_unicast_netgroup(data, skb, dst_portid))
1501 mac80211_hwsim_tx_frame_nl(struct ieee80211_hw *hw, struct sk_buff *my_skb, int dst_portid, struct ieee80211_channel *channel) argument

Completed in 221 milliseconds