Home
last modified time | relevance | path

Searched refs:dst_group (Results 1 – 5 of 5) sorted by relevance

/net/netlink/
A Daf_netlink.c178 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() local
1845 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 …]
A Daf_netlink.h30 u32 dst_group; member
A Ddiag.c66 rep->ndiag_dst_group = nlk->dst_group; in sk_diag_fill()
/net/netfilter/
A Dxt_devgroup.c29 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
/net/ipv4/
A Dfib_frontend.c1427 NETLINK_CB(skb).dst_group = 0; /* unicast */ in nl_fib_input()

Completed in 18 milliseconds