Searched refs:fib_nl_newrule (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | fib_rules.h | 200 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh,
|
| /Linux-v5.4/net/core/ |
| D | fib_rules.c | 723 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_newrule() function 829 EXPORT_SYMBOL_GPL(fib_nl_newrule); 1245 rtnl_register(PF_UNSPEC, RTM_NEWRULE, fib_nl_newrule, NULL, 0); in fib_rules_init()
|
| /Linux-v5.4/drivers/net/ |
| D | vrf.c | 1190 err = fib_nl_newrule(skb, nlh, NULL); in vrf_fib_rule()
|