Home
last modified time | relevance | path

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

/Linux-v6.1/net/netlink/
Daf_netlink.h27 u32 dst_portid; member
Daf_netlink.c1089 nlk->dst_portid = 0; in netlink_connect()
1112 nlk->dst_portid = nladdr->nl_pid; in netlink_connect()
1130 nladdr->nl_pid = nlk->dst_portid; in netlink_getname()
1161 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1845 u32 dst_portid; in netlink_sendmsg() local
1870 dst_portid = addr->nl_pid; in netlink_sendmsg()
1873 if ((dst_group || dst_portid) && in netlink_sendmsg()
1878 dst_portid = nlk->dst_portid; in netlink_sendmsg()
1919 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
1921 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.1/drivers/net/wireless/
Dmac80211_hwsim.c1374 int dst_portid, in mac80211_hwsim_tx_frame_nl() argument
1466 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()