Searched refs:fib_rule_hdr (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/include/net/ |
D | fib_rules.h | 77 struct fib_rule_hdr *, 82 struct fib_rule_hdr *, 85 struct fib_rule_hdr *); 149 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
|
/Linux-v5.4/net/decnet/ |
D | dn_rules.c | 123 struct fib_rule_hdr *frh, in dn_fib_rule_configure() 164 static int dn_fib_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in dn_fib_rule_compare() 203 struct fib_rule_hdr *frh) in dn_fib_rule_fill()
|
/Linux-v5.4/net/ipv4/ |
D | fib_rules.c | 219 struct fib_rule_hdr *frh, in fib4_rule_configure() 304 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 333 struct fib_rule_hdr *frh) in fib4_rule_fill()
|
D | ipmr.c | 201 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-v5.4/net/core/ |
D | fib_rules.c | 388 struct fib_rule_hdr *frh, in rule_find() 494 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl2rule() 656 static int rule_exists(struct fib_rules_ops *ops, struct fib_rule_hdr *frh, in rule_exists() 727 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_newrule() 835 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_delrule() 935 size_t payload = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)) in fib_rule_nlmsg_size() 962 struct fib_rule_hdr *frh; in fib_nl_fill_rule() 1068 struct fib_rule_hdr *frh; in fib_valid_dumprule_req()
|
/Linux-v5.4/include/uapi/linux/ |
D | fib_rules.h | 19 struct fib_rule_hdr { struct
|
/Linux-v5.4/net/ipv6/ |
D | fib6_rules.c | 340 struct fib_rule_hdr *frh, in fib6_rule_configure() 390 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare() 416 struct fib_rule_hdr *frh) in fib6_rule_fill()
|
D | ip6mr.c | 188 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-v5.4/drivers/net/ |
D | vrf.c | 1141 sz = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)); in vrf_fib_rule_nl_size() 1151 struct fib_rule_hdr *frh; in vrf_fib_rule()
|