Searched refs:fib_config (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | fib_lookup.h | 32 struct fib_info *fib_create_info(struct fib_config *cfg, 34 int fib_nh_match(struct fib_config *cfg, struct fib_info *fi, 36 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi);
|
D | fib_semantics.c | 485 int remaining, struct fib_config *cfg, in fib_get_nhs() 613 const struct fib_config *cfg, in fib_encap_match() 632 int fib_nh_match(struct fib_config *cfg, struct fib_info *fi, in fib_nh_match() 696 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi) in fib_metrics_match() 780 static int fib_check_nh(struct fib_config *cfg, struct fib_nh *nh, in fib_check_nh() 997 static bool fib_valid_prefsrc(struct fib_config *cfg, __be32 fib_prefsrc) in fib_valid_prefsrc() 1022 fib_convert_metrics(struct fib_info *fi, const struct fib_config *cfg) in fib_convert_metrics() 1028 struct fib_info *fib_create_info(struct fib_config *cfg, in fib_create_info()
|
D | fib_frontend.c | 460 struct fib_config *cfg) in rtentry_to_fib_config() 597 struct fib_config cfg; in ip_rt_ioctl() 658 struct nlmsghdr *nlh, struct fib_config *cfg, in rtm_to_fib_config() 750 struct fib_config cfg; in inet_rtm_delroute() 774 struct fib_config cfg; in inet_rtm_newroute() 857 struct fib_config cfg = { in fib_magic()
|
D | fib_trie.c | 1125 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_insert() 1546 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_delete()
|
/Linux-v4.19/include/net/ |
D | ip_fib.h | 29 struct fib_config { struct 227 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *, 229 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *,
|