Searched defs:frh (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/net/decnet/ |
H A D | dn_rules.c | 160 static int dn_fib_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, dn_fib_rule_compare() argument 121 dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb) dn_fib_rule_configure() argument 198 dn_fib_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) dn_fib_rule_fill() argument
|
/linux-4.1.27/net/ipv6/ |
H A D | fib6_rules.c | 216 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, fib6_rule_compare() argument 183 fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb) fib6_rule_configure() argument 241 fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) fib6_rule_fill() argument
|
H A D | ip6mr.c | 197 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, ip6mr_rule_compare() argument 191 ip6mr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb) ip6mr_rule_configure() argument 203 ip6mr_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) ip6mr_rule_fill() argument
|
/linux-4.1.27/include/net/ |
H A D | fib_rules.h | 104 static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla) frh_get_table() argument
|
/linux-4.1.27/net/core/ |
H A D | fib_rules.c | 243 static int validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, validate_rulemsg() argument 268 struct fib_rule_hdr *frh = nlmsg_data(nlh); fib_nl_newrule() local 425 struct fib_rule_hdr *frh = nlmsg_data(nlh); fib_nl_delrule() local 551 struct fib_rule_hdr *frh; fib_nl_fill_rule() local
|
/linux-4.1.27/net/ipv4/ |
H A D | fib_rules.c | 244 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, fib4_rule_compare() argument 166 fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb) fib4_rule_configure() argument 272 fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) fib4_rule_fill() argument
|
H A D | ipmr.c | 213 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, ipmr_rule_compare() argument 207 ipmr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb) ipmr_rule_configure() argument 219 ipmr_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) ipmr_rule_fill() argument
|
Completed in 1181 milliseconds