Searched refs:dst_group (Results 1 – 5 of 5) sorted by relevance
178 NETLINK_CB(new).dst_group = NETLINK_CB(skb).dst_group; in netlink_to_full_skb()1075 WRITE_ONCE(nlk->dst_group, 0); in netlink_connect()1100 WRITE_ONCE(nlk->dst_group, ffs(nladdr->nl_groups)); in netlink_connect()1800 info.group = NETLINK_CB(skb).dst_group; in netlink_cmsg_recv_pktinfo()1820 u32 dst_group; in netlink_sendmsg() local1845 dst_group = ffs(addr->nl_groups); in netlink_sendmsg()1847 if ((dst_group || dst_portid) && in netlink_sendmsg()1854 dst_group = READ_ONCE(nlk->dst_group); in netlink_sendmsg()1871 skb = netlink_alloc_large_skb(len, dst_group); in netlink_sendmsg()1876 NETLINK_CB(skb).dst_group = dst_group; in netlink_sendmsg()[all …]
30 u32 dst_group; member
66 rep->ndiag_dst_group = nlk->dst_group; in sk_diag_fill()
29 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
1427 NETLINK_CB(skb).dst_group = 0; /* unicast */ in nl_fib_input()
Completed in 18 milliseconds