Home
last modified time | relevance | path

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

/Linux-v6.6/net/netlink/
Daf_netlink.h30 u32 dst_portid; member
Daf_netlink.c1107 WRITE_ONCE(nlk->dst_portid, 0); 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()
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()
1867 dst_portid = READ_ONCE(nlk->dst_portid); in netlink_sendmsg()
1908 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
1910 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags & MSG_DONTWAIT); in netlink_sendmsg()
Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/Linux-v6.6/drivers/net/wireless/virtual/
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()