Searched refs:fib_rule_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/net/ |
D | fib_rules.h | 59 struct fib_rule_hdr *, 63 struct fib_rule_hdr *, 66 struct fib_rule_hdr *); 104 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) in frh_get_table()
|
/linux-4.1.27/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-4.1.27/net/ipv6/ |
D | fib6_rules.c | 184 struct fib_rule_hdr *frh, in fib6_rule_configure() 216 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib6_rule_compare() 242 struct fib_rule_hdr *frh) in fib6_rule_fill()
|
D | ip6mr.c | 192 struct fib_rule_hdr *frh, struct nlattr **tb) in ip6mr_rule_configure() 197 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare() 204 struct fib_rule_hdr *frh) in ip6mr_rule_fill()
|
/linux-4.1.27/net/ipv4/ |
D | fib_rules.c | 167 struct fib_rule_hdr *frh, in fib4_rule_configure() 244 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 273 struct fib_rule_hdr *frh) in fib4_rule_fill()
|
D | ipmr.c | 208 struct fib_rule_hdr *frh, struct nlattr **tb) in ipmr_rule_configure() 213 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare() 220 struct fib_rule_hdr *frh) in ipmr_rule_fill()
|
/linux-4.1.27/include/uapi/linux/ |
D | fib_rules.h | 18 struct fib_rule_hdr { struct
|
/linux-4.1.27/net/core/ |
D | fib_rules.c | 243 static int validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, in validate_rulemsg() 268 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_newrule() 425 struct fib_rule_hdr *frh = nlmsg_data(nlh); in fib_nl_delrule() 530 size_t payload = NLMSG_ALIGN(sizeof(struct fib_rule_hdr)) in fib_rule_nlmsg_size() 551 struct fib_rule_hdr *frh; in fib_nl_fill_rule()
|