Home
last modified time | relevance | path

Searched refs:fib_newrule (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dfib_rules.h202 int fib_newrule(struct net *net, struct sk_buff *skb, struct nlmsghdr *nlh,
/linux/net/core/
H A Dfib_rules.c873 int fib_newrule(struct net *net, struct sk_buff *skb, struct nlmsghdr *nlh, in fib_newrule() function
994 EXPORT_SYMBOL_GPL(fib_newrule);
999 return fib_newrule(sock_net(skb->sk), skb, nlh, extack, false); in fib_nl_newrule()