Searched refs:fib_rule_hdr (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | fib_rules.h | 82 struct fib_rule_hdr *, 87 struct fib_rule_hdr *, 90 struct fib_rule_hdr *); 134 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
|
| /linux/net/ipv4/ |
| H A D | fib_rules.c | 270 struct fib_rule_hdr *frh, in fib4_rule_configure() 375 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 422 struct fib_rule_hdr *frh) in fib4_rule_fill()
|
| H A D | ipmr.c | 216 struct fib_rule_hdr *frh, struct nlattr **tb, in ipmr_rule_configure() 222 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare() 229 struct fib_rule_hdr *frh) in ipmr_rule_fill()
|
| /linux/net/core/ |
| H A D | fib_rules.c | 441 struct fib_rule_hdr *frh, in rule_find() 576 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl2rule() 776 static int rule_exists(struct fib_rules_ops *ops, struct fib_rule_hdr *frh, in rule_exists() 881 struct fib_rule_hdr *frh; in fib_newrule() 1009 struct fib_rule_hdr *frh; in fib_delrule() 1124 size_t payload = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)) in fib_rule_nlmsg_size() 1153 struct fib_rule_hdr *frh; in fib_nl_fill_rule() 1263 struct fib_rule_hdr *frh; in fib_valid_dumprule_req()
|
| /linux/include/uapi/linux/ |
| H A D | fib_rules.h | 19 struct fib_rule_hdr { struct
|
| /linux/net/ipv6/ |
| H A D | fib6_rules.c | 423 struct fib_rule_hdr *frh, in fib6_rule_configure() 491 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare() 543 struct fib_rule_hdr *frh) in fib6_rule_fill()
|
| H A D | ip6mr.c | 203 struct fib_rule_hdr *frh, struct nlattr **tb, in ip6mr_rule_configure() 209 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare() 216 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 1495 sz = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)); in vrf_fib_rule_nl_size() 1505 struct fib_rule_hdr *frh; in vrf_fib_rule()
|