Home
last modified time | relevance | path

Searched defs:frh (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/ipv6/
Dfib6_rules.c184 struct fib_rule_hdr *frh, in fib6_rule_configure()
216 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare()
242 struct fib_rule_hdr *frh) in fib6_rule_fill()
Dip6mr.c192 struct fib_rule_hdr *frh, struct nlattr **tb) in ip6mr_rule_configure()
197 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare()
204 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
/linux-4.1.27/net/decnet/
Ddn_rules.c122 struct fib_rule_hdr *frh, in dn_fib_rule_configure()
160 static int dn_fib_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in dn_fib_rule_compare()
199 struct fib_rule_hdr *frh) in dn_fib_rule_fill()
/linux-4.1.27/net/ipv4/
Dfib_rules.c167 struct fib_rule_hdr *frh, in fib4_rule_configure()
244 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare()
273 struct fib_rule_hdr *frh) in fib4_rule_fill()
Dipmr.c208 struct fib_rule_hdr *frh, struct nlattr **tb) in ipmr_rule_configure()
213 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare()
220 struct fib_rule_hdr *frh) in ipmr_rule_fill()
/linux-4.1.27/net/core/
Dfib_rules.c243 static int validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, in validate_rulemsg()
268 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_newrule() local
425 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_delrule() local
551 struct fib_rule_hdr *frh; in fib_nl_fill_rule() local
/linux-4.1.27/include/net/
Dfib_rules.h104 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()