/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_lookup.h | 36 struct fib_info *fib_create_info(struct fib_config *cfg, 38 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, 40 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi);
|
H A D | fib_semantics.c | 378 const struct fib_config *cfg) in fib_find_info_nh() 622 struct fib_config *cfg, int nh_weight, in fib_nh_init() 691 int remaining, struct fib_config *cfg, in fib_get_nhs() 695 struct fib_config fib_cfg; in fib_get_nhs() 842 int remaining, struct fib_config *cfg, in fib_get_nhs() 857 const struct fib_config *cfg, in fib_encap_match() 876 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, in fib_nh_match() 969 struct fib_config cfg2; in fib_nh_match() 1009 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi) in fib_metrics_match() 1381 static bool fib_valid_prefsrc(struct fib_config *cf [all...] |
H A D | fib_frontend.c | 469 struct fib_config *cfg) in rtentry_to_fib_config() 618 struct fib_config cfg; in ip_rt_ioctl() 680 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla, in fib_gw_from_via() 725 struct nlmsghdr *nlh, struct fib_config *cfg, in rtm_to_fib_config() 848 struct fib_config cfg; in inet_rtm_delroute() 878 struct fib_config cfg; in inet_rtm_newroute() 1064 struct fib_config cfg = { in fib_magic()
|
H A D | fib_trie.c | 1169 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_insert() 1665 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_delete()
|
H A D | nexthop.c | 1324 struct fib_config fib_cfg = { in nh_create_ipv4()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_lookup.h | 37 struct fib_info *fib_create_info(struct fib_config *cfg, 39 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, 41 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi);
|
H A D | fib_semantics.c | 378 const struct fib_config *cfg) in fib_find_info_nh() 623 struct fib_config *cfg, int nh_weight, in fib_nh_init() 692 int remaining, struct fib_config *cfg, in fib_get_nhs() 696 struct fib_config fib_cfg; in fib_get_nhs() 843 int remaining, struct fib_config *cfg, in fib_get_nhs() 858 const struct fib_config *cfg, in fib_encap_match() 877 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, in fib_nh_match() 970 struct fib_config cfg2; in fib_nh_match() 1010 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi) in fib_metrics_match() 1361 static bool fib_valid_prefsrc(struct fib_config *cf [all...] |
H A D | fib_frontend.c | 472 struct fib_config *cfg) in rtentry_to_fib_config() 621 struct fib_config cfg; in ip_rt_ioctl() 683 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla, in fib_gw_from_via() 728 struct nlmsghdr *nlh, struct fib_config *cfg, in rtm_to_fib_config() 859 struct fib_config cfg; in inet_rtm_delroute() 889 struct fib_config cfg; in inet_rtm_newroute() 1075 struct fib_config cfg = { in fib_magic()
|
H A D | fib_trie.c | 1216 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_insert() 1713 struct fib_config *cfg, struct netlink_ext_ack *extack) in fib_table_delete()
|
H A D | nexthop.c | 2534 struct fib_config fib_cfg = { in nh_create_ipv4()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 25 struct fib_config { struct 271 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *, 273 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *, 431 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla, 480 struct fib_config *cfg, int nh_weight,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 26 struct fib_config { struct 275 int fib_table_insert(struct net *, struct fib_table *, struct fib_config *, 277 int fib_table_delete(struct net *, struct fib_table *, struct fib_config *, 438 int fib_gw_from_via(struct fib_config *cfg, struct nlattr *nla, 530 struct fib_config *cfg, int nh_weight,
|