Searched refs:dst_portid (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/net/netlink/ |
H A D | af_netlink.h | 29 u32 dst_portid; member in struct:netlink_sock
|
H A D | af_netlink.c | 731 u32 dst_portid, u32 dst_group, netlink_mmap_sendmsg() 788 netlink_broadcast(sk, skb, dst_portid, dst_group, netlink_mmap_sendmsg() 791 err = netlink_unicast(sk, skb, dst_portid, netlink_mmap_sendmsg() 856 #define netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, scm) 0 1587 nlk->dst_portid = 0; netlink_connect() 1606 nlk->dst_portid = nladdr->nl_pid; netlink_connect() 1625 nladdr->nl_pid = nlk->dst_portid; netlink_getname() 1646 nlk->dst_portid != nlk_sk(ssk)->portid) { netlink_getsockbyportid() 1861 u32 dst_portid, gfp_t gfp_mask) netlink_alloc_skb() 1870 sk = netlink_getsockbyportid(ssk, dst_portid); netlink_alloc_skb() 2328 u32 dst_portid; netlink_sendmsg() local 2346 dst_portid = addr->nl_pid; netlink_sendmsg() 2349 if ((dst_group || dst_portid) && netlink_sendmsg() 2354 dst_portid = nlk->dst_portid; netlink_sendmsg() 2374 err = netlink_mmap_sendmsg(sk, msg, dst_portid, dst_group, netlink_sendmsg() 2406 netlink_broadcast(sk, skb, dst_portid, dst_group, GFP_KERNEL); netlink_sendmsg() 2408 err = netlink_unicast(sk, skb, dst_portid, msg->msg_flags&MSG_DONTWAIT); netlink_sendmsg() 730 netlink_mmap_sendmsg(struct sock *sk, struct msghdr *msg, u32 dst_portid, u32 dst_group, struct scm_cookie *scm) netlink_mmap_sendmsg() argument 1860 netlink_alloc_skb(struct sock *ssk, unsigned int size, u32 dst_portid, gfp_t gfp_mask) netlink_alloc_skb() argument
|
H A D | diag.c | 78 rep->ndiag_dst_portid = nlk->dst_portid; sk_diag_fill()
|
/linux-4.1.27/include/linux/netfilter/ |
H A D | nfnetlink.h | 38 u32 dst_portid, gfp_t gfp_mask);
|
/linux-4.1.27/net/netfilter/ |
H A D | nfnetlink.c | 126 u32 dst_portid, gfp_t gfp_mask) nfnetlink_alloc_skb() 128 return netlink_alloc_skb(net->nfnl, size, dst_portid, gfp_mask); nfnetlink_alloc_skb() 125 nfnetlink_alloc_skb(struct net *net, unsigned int size, u32 dst_portid, gfp_t gfp_mask) nfnetlink_alloc_skb() argument
|
/linux-4.1.27/include/linux/ |
H A D | netlink.h | 70 u32 dst_portid, gfp_t gfp_mask);
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 953 int dst_portid) mac80211_hwsim_tx_frame_nl() 1025 if (genlmsg_unicast(&init_net, skb, dst_portid)) mac80211_hwsim_tx_frame_nl() 951 mac80211_hwsim_tx_frame_nl(struct ieee80211_hw *hw, struct sk_buff *my_skb, int dst_portid) mac80211_hwsim_tx_frame_nl() argument
|
Completed in 185 milliseconds