Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.h27 u32 dst_portid; member
H A Daf_netlink.c1083 nlk->dst_portid = 0; in netlink_connect()
1106 nlk->dst_portid = nladdr->nl_pid; in netlink_connect()
1124 nladdr->nl_pid = nlk->dst_portid; in netlink_getname()
1155 nlk->dst_portid != nlk_sk(ssk)->portid) { in netlink_getsockbyportid()
1858 u32 dst_portid; in netlink_sendmsg() local
1883 dst_portid = addr->nl_pid; in netlink_sendmsg()
1886 if ((dst_group || dst_portid) && in netlink_sendmsg()
1891 dst_portid = nlk->dst_portid; in netlink_sendmsg()
1932 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); in netlink_sendmsg()
1934 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags & MSG_DONTWAIT); in netlink_sendmsg()
H A Ddiag.c65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c1200 int dst_portid, in mac80211_hwsim_tx_frame_nl() argument
1292 if (hwsim_unicast_netgroup(data, skb, dst_portid)) in mac80211_hwsim_tx_frame_nl()