Searched refs:nlgroup (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | fib_rules.h | 93 int nlgroup; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | fib_rules.h | 93 int nlgroup; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_rules.c | 388 .nlgroup = RTNLGRP_IPV4_RULE,
|
H A D | ipmr.c | 233 .nlgroup = RTNLGRP_IPV4_RULE,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fib6_rules.c | 465 .nlgroup = RTNLGRP_IPV6_RULE,
|
H A D | ip6mr.c | 220 .nlgroup = RTNLGRP_IPV6_RULE,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_rules.c | 390 .nlgroup = RTNLGRP_IPV4_RULE,
|
H A D | ipmr.c | 234 .nlgroup = RTNLGRP_IPV4_RULE,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | fib6_rules.c | 470 .nlgroup = RTNLGRP_IPV6_RULE,
|
H A D | ip6mr.c | 223 .nlgroup = RTNLGRP_IPV6_RULE,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | fib_rules.c | 1186 rtnl_notify(skb, net, pid, ops->nlgroup, nlh, GFP_KERNEL); in notify_rule_change() 1190 rtnl_set_sk_err(net, ops->nlgroup, err); in notify_rule_change()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | fib_rules.c | 1207 rtnl_notify(skb, net, pid, ops->nlgroup, nlh, GFP_KERNEL); in notify_rule_change() 1211 rtnl_set_sk_err(net, ops->nlgroup, err); in notify_rule_change()
|
Completed in 23 milliseconds