Searched refs:fib_rule_hdr (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/include/net/ |
D | fib_rules.h | 78 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()
|
/linux-5.19.10/net/decnet/ |
D | dn_rules.c | 119 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-5.19.10/net/ipv4/ |
D | fib_rules.c | 221 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()
|
D | ipmr.c | 199 struct fib_rule_hdr *frh, struct nlattr **tb, in ipmr_rule_configure() 205 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare() 212 struct fib_rule_hdr *frh) in ipmr_rule_fill()
|
/linux-5.19.10/include/uapi/linux/ |
D | fib_rules.h | 19 struct fib_rule_hdr { struct
|
/linux-5.19.10/net/core/ |
D | fib_rules.c | 418 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()
|
/linux-5.19.10/net/ipv6/ |
D | fib6_rules.c | 345 struct fib_rule_hdr *frh, in fib6_rule_configure() 401 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare() 427 struct fib_rule_hdr *frh) in fib6_rule_fill()
|
D | ip6mr.c | 186 struct fib_rule_hdr *frh, struct nlattr **tb, in ip6mr_rule_configure() 192 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare() 199 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
|
/linux-5.19.10/drivers/net/ |
D | vrf.c | 1556 sz = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)); in vrf_fib_rule_nl_size() 1566 struct fib_rule_hdr *frh; in vrf_fib_rule()
|