Home
last modified time | relevance | path

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

/linux/net/netlink/
H A Daf_netlink.h29 u32 dst_portid; member
H A Daf_netlink.c1091 /* dst_portid and dst_group can be read locklessly */ in netlink_connect()
1092 WRITE_ONCE(nlk->dst_portid, 0); in netlink_connect()
1116 /* dst_portid and dst_group can be read locklessly */ in netlink_getname()
1117 WRITE_ONCE(nlk->dst_portid, nladdr->nl_pid); in netlink_getname()
1136 nladdr->nl_pid = READ_ONCE(nlk->dst_portid);
1167 /* dst_portid and sk_state can be changed in netlink_connect() */ in netlink_getsockbyfd()
1169 READ_ONCE(nlk->dst_portid) != nlk_sk(ssk)->portid) { in netlink_getsockbyfd()
1842 u32 dst_portid; in netlink_sendmsg()
1867 dst_portid = addr->nl_pid; in netlink_sendmsg()
1870 if ((dst_group || dst_portid) in netlink_sendmsg()
1823 u32 dst_portid; netlink_sendmsg() local
[all...]
H A Ddiag.c77 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c1648 int dst_portid, in mac80211_hwsim_tx_frame_nl() argument
1744 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()