Home
last modified time | relevance | path

Searched refs:fib_rule_hdr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/net/
H A Dfib_rules.h78 struct fib_rule_hdr *,
83 struct fib_rule_hdr *,
86 struct fib_rule_hdr *);
130 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
/openbmc/linux/net/ipv4/
H A Dfib_rules.c221 struct fib_rule_hdr *frh, in fib4_rule_configure()
312 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare()
341 struct fib_rule_hdr *frh) in fib4_rule_fill()
H A Dipmr.c204 struct fib_rule_hdr *frh, struct nlattr **tb, in ipmr_rule_configure()
210 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare()
217 struct fib_rule_hdr *frh) in ipmr_rule_fill()
/openbmc/linux/include/uapi/linux/
H A Dfib_rules.h19 struct fib_rule_hdr { struct
/openbmc/linux/net/core/
H A Dfib_rules.c418 struct fib_rule_hdr *frh, in rule_find()
524 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl2rule()
686 static int rule_exists(struct fib_rules_ops *ops, struct fib_rule_hdr *frh, in rule_exists()
778 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_newrule()
886 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_delrule()
986 size_t payload = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)) in fib_rule_nlmsg_size()
1013 struct fib_rule_hdr *frh; in fib_nl_fill_rule()
1119 struct fib_rule_hdr *frh; in fib_valid_dumprule_req()
/openbmc/linux/net/ipv6/
H A Dfib6_rules.c349 struct fib_rule_hdr *frh, in fib6_rule_configure()
405 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare()
431 struct fib_rule_hdr *frh) in fib6_rule_fill()
H A Dip6mr.c193 struct fib_rule_hdr *frh, struct nlattr **tb, in ip6mr_rule_configure()
199 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare()
206 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
/openbmc/linux/drivers/net/
H A Dvrf.c1534 sz = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)); in vrf_fib_rule_nl_size()
1544 struct fib_rule_hdr *frh; in vrf_fib_rule()