Searched refs:dst_group (Results 1 – 7 of 7) sorted by relevance
168 NETLINK_CB(new).dst_group = NETLINK_CB(skb).dst_group; in netlink_to_full_skb()1088 WRITE_ONCE(nlk->dst_group, 0); in netlink_connect()1113 WRITE_ONCE(nlk->dst_group, ffs(nladdr->nl_groups)); in netlink_connect()1132 nladdr->nl_groups = netlink_group_mask(READ_ONCE(nlk->dst_group)); in netlink_getname()1820 info.group = NETLINK_CB(skb).dst_group; in netlink_cmsg_recv_pktinfo()1840 u32 dst_group; in netlink_sendmsg() local1865 dst_group = ffs(addr->nl_groups); in netlink_sendmsg()1867 if ((dst_group || dst_portid) && in netlink_sendmsg()1874 dst_group = READ_ONCE(nlk->dst_group); in netlink_sendmsg()1891 skb = netlink_alloc_large_skb(len, dst_group); in netlink_sendmsg()[all …]
28 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()
120 NETLINK_CB(log_skb).dst_group = 1; in quota2_log()
1389 NETLINK_CB(skb).dst_group = 0; /* unicast */ in nl_fib_input()
711 NETLINK_CB(skb).dst_group = group; in rtnetlink_send()