Home
last modified time | relevance | path

Searched refs:fib_nl_newrule (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/net/
Dfib_rules.h181 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh,
/linux-6.12.1/net/core/
Dfib_rules.c774 int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr *nlh, in fib_nl_newrule() function
880 EXPORT_SYMBOL_GPL(fib_nl_newrule);
1295 rtnl_register(PF_UNSPEC, RTM_NEWRULE, fib_nl_newrule, NULL, 0); in fib_rules_init()
/linux-6.12.1/drivers/net/
Dvrf.c1564 err = fib_nl_newrule(skb, nlh, NULL); in vrf_fib_rule()