| /Linux-v5.10/include/net/ |
| D | fib_rules.h | 20 struct fib_rule { struct 34 struct fib_rule __rcu *ctarget; argument 53 struct fib_rule *rule; argument 69 int (*action)(struct fib_rule *, 72 bool (*suppress)(struct fib_rule *, 74 int (*match)(struct fib_rule *, 76 int (*configure)(struct fib_rule *, 81 int (*delete)(struct fib_rule *); 82 int (*compare)(struct fib_rule *, 85 int (*fill)(struct fib_rule *, struct sk_buff *, [all …]
|
| D | ip_fib.h | 161 struct fib_rule; 330 static inline bool fib4_rule_default(const struct fib_rule *rule) in fib4_rule_default() 402 bool fib4_rule_default(const struct fib_rule *rule);
|
| D | dn_fib.h | 11 struct fib_rule *r;
|
| D | ip6_fib.h | 599 bool fib6_rule_default(const struct fib_rule *rule); 634 static inline bool fib6_rule_default(const struct fib_rule *rule) in fib6_rule_default()
|
| /Linux-v5.10/net/core/ |
| D | fib_rules.c | 37 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() 58 struct fib_rule *r; in fib_default_rule_add() 86 struct fib_rule *rule; in fib_default_rule_pref() 91 rule = list_entry(pos->next, struct fib_rule, list); in fib_default_rule_pref() 100 static void notify_rule_change(int event, struct fib_rule *rule, 142 if (ops->rule_size < sizeof(struct fib_rule)) in __fib_rules_register() 188 struct fib_rule *rule, *tmp; in fib_rules_cleanup_ops() 259 static int fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, in fib_rule_match() 295 struct fib_rule *rule; in fib_rules_lookup() 306 struct fib_rule *target; in fib_rules_lookup() [all …]
|
| /Linux-v5.10/net/ipv4/ |
| D | fib_rules.c | 35 struct fib_rule common; 48 static bool fib4_rule_matchall(const struct fib_rule *rule) in fib4_rule_matchall() 57 bool fib4_rule_default(const struct fib_rule *rule) in fib4_rule_default() 107 INDIRECT_CALLABLE_SCOPE int fib4_rule_action(struct fib_rule *rule, in fib4_rule_action() 143 INDIRECT_CALLABLE_SCOPE bool fib4_rule_suppress(struct fib_rule *rule, in fib4_rule_suppress() 175 INDIRECT_CALLABLE_SCOPE int fib4_rule_match(struct fib_rule *rule, in fib4_rule_match() 223 static int fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in fib4_rule_configure() 286 static int fib4_rule_delete(struct fib_rule *rule) in fib4_rule_delete() 309 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in fib4_rule_compare() 337 static int fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in fib4_rule_fill() [all …]
|
| D | ipmr.c | 69 struct fib_rule common; 166 static int ipmr_rule_action(struct fib_rule *rule, struct flowi *flp, in ipmr_rule_action() 193 static int ipmr_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in ipmr_rule_match() 202 static int ipmr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in ipmr_rule_configure() 209 static int ipmr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ipmr_rule_compare() 215 static int ipmr_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in ipmr_rule_fill() 294 bool ipmr_rule_default(const struct fib_rule *rule) in ipmr_rule_default() 353 bool ipmr_rule_default(const struct fib_rule *rule) in ipmr_rule_default()
|
| /Linux-v5.10/net/ipv6/ |
| D | fib6_rules.c | 25 struct fib_rule common; 31 static bool fib6_rule_matchall(const struct fib_rule *rule) in fib6_rule_matchall() 40 bool fib6_rule_default(const struct fib_rule *rule) in fib6_rule_default() 132 static int fib6_rule_saddr(struct net *net, struct fib_rule *rule, int flags, in fib6_rule_saddr() 157 static int fib6_rule_action_alt(struct fib_rule *rule, struct flowi *flp, in fib6_rule_action_alt() 195 static int __fib6_rule_action(struct fib_rule *rule, struct flowi *flp, in __fib6_rule_action() 259 INDIRECT_CALLABLE_SCOPE int fib6_rule_action(struct fib_rule *rule, in fib6_rule_action() 269 INDIRECT_CALLABLE_SCOPE bool fib6_rule_suppress(struct fib_rule *rule, in fib6_rule_suppress() 302 INDIRECT_CALLABLE_SCOPE int fib6_rule_match(struct fib_rule *rule, in fib6_rule_match() 347 static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in fib6_rule_configure() [all …]
|
| D | ip6mr.c | 54 struct fib_rule common; 153 static int ip6mr_rule_action(struct fib_rule *rule, struct flowi *flp, in ip6mr_rule_action() 180 static int ip6mr_rule_match(struct fib_rule *rule, struct flowi *flp, int flags) in ip6mr_rule_match() 189 static int ip6mr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, in ip6mr_rule_configure() 196 static int ip6mr_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, in ip6mr_rule_compare() 202 static int ip6mr_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in ip6mr_rule_fill() 281 bool ip6mr_rule_default(const struct fib_rule *rule) in ip6mr_rule_default()
|
| /Linux-v5.10/net/decnet/ |
| D | dn_rules.c | 42 struct fib_rule common; 68 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, in dn_fib_rule_action() 108 static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) in dn_fib_rule_match() 122 static int dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb, 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() 202 static int dn_fib_rule_fill(struct fib_rule *rule, struct sk_buff *skb, in dn_fib_rule_fill()
|
| /Linux-v5.10/include/linux/ |
| D | mroute.h | 24 bool ipmr_rule_default(const struct fib_rule *rule); 53 static inline bool ipmr_rule_default(const struct fib_rule *rule) in ipmr_rule_default()
|
| D | mroute6.h | 68 bool ip6mr_rule_default(const struct fib_rule *rule); 70 static inline bool ip6mr_rule_default(const struct fib_rule *rule) in ip6mr_rule_default()
|
| /Linux-v5.10/drivers/net/ethernet/rocker/ |
| D | rocker_main.c | 2159 struct fib_rule *rule; in rocker_router_fib_event_work()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router.c | 6159 struct fib_rule *rule; in mlxsw_sp_router_fib_rule_event()
|