Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.h27 u32 dst_portid; member
H A Daf_netlink.c1086 /* dst_portid and dst_group can be read locklessly */ in netlink_connect()
1087 WRITE_ONCE(nlk->dst_portid, 0); in netlink_connect()
1111 /* dst_portid and dst_group can be read locklessly */ in netlink_connect()
1112 WRITE_ONCE(nlk->dst_portid, nladdr->nl_pid); in netlink_connect()
1131 nladdr->nl_pid = READ_ONCE(nlk->dst_portid); in netlink_getname()
1162 /* dst_portid and sk_state can be changed in netlink_connect() */ in netlink_getsockbyportid()
1164 READ_ONCE(nlk->dst_portid) != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1839 u32 dst_portid; in netlink_sendmsg() local
1864 dst_portid = addr->nl_pid; in netlink_sendmsg()
1867 if ((dst_group || dst_portid) in netlink_sendmsg()
[all...]
H A Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.h30 u32 dst_portid; member
H A Daf_netlink.c1106 /* dst_portid and dst_group can be read locklessly */ in netlink_connect()
1107 WRITE_ONCE(nlk->dst_portid, 0); in netlink_connect()
1131 /* dst_portid and dst_group can be read locklessly */ in netlink_connect()
1132 WRITE_ONCE(nlk->dst_portid, nladdr->nl_pid); in netlink_connect()
1151 nladdr->nl_pid = READ_ONCE(nlk->dst_portid); in netlink_getname()
1182 /* dst_portid and sk_state can be changed in netlink_connect() */ in netlink_getsockbyportid()
1184 READ_ONCE(nlk->dst_portid) != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1833 u32 dst_portid; in netlink_sendmsg() local
1858 dst_portid = addr->nl_pid; in netlink_sendmsg()
1861 if ((dst_group || dst_portid) in netlink_sendmsg()
[all...]
H A Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c1196 int dst_portid, in mac80211_hwsim_tx_frame_nl()
1288 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()
1194 mac80211_hwsim_tx_frame_nl(struct ieee80211_hw *hw, struct sk_buff *my_skb, int dst_portid, struct ieee80211_channel *channel) mac80211_hwsim_tx_frame_nl() argument
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1484 int dst_portid, in mac80211_hwsim_tx_frame_nl()
1576 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()
1482 mac80211_hwsim_tx_frame_nl(struct ieee80211_hw *hw, struct sk_buff *my_skb, int dst_portid, struct ieee80211_channel *channel) mac80211_hwsim_tx_frame_nl() argument

Completed in 24 milliseconds