Searched defs:frh (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/net/ipv6/ |
D | fib6_rules.c | 150 struct fib_rule_hdr *frh, in fib6_rule_configure() 184 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare() 210 struct fib_rule_hdr *frh) in fib6_rule_fill()
|
D | ip6mr.c | 189 struct fib_rule_hdr *frh, struct nlattr **tb) in ip6mr_rule_configure() 194 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare() 201 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
|
/linux-3.3/net/decnet/ |
D | dn_rules.c | 122 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-3.3/net/ipv4/ |
D | fib_rules.c | 141 struct fib_rule_hdr *frh, in fib4_rule_configure() 187 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 216 struct fib_rule_hdr *frh) in fib4_rule_fill()
|
D | ipmr.c | 202 struct fib_rule_hdr *frh, struct nlattr **tb) in ipmr_rule_configure() 207 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare() 214 struct fib_rule_hdr *frh) in ipmr_rule_fill()
|
/linux-3.3/net/core/ |
D | fib_rules.c | 245 static int validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, in validate_rulemsg() 270 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_newrule() local 419 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_delrule() local 536 struct fib_rule_hdr *frh; in fib_nl_fill_rule() local
|
/linux-3.3/include/net/ |
D | fib_rules.h | 102 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
|