Searched refs:fc_dst_len (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/ipv6/ila/ |
D | ila_lwt.c | 167 if (cfg6->fc_dst_len < 8 * sizeof(struct ila_locator) + 3) { in ila_build_state() 249 if (cfg6->fc_dst_len == 8 * sizeof(struct in6_addr)) in ila_build_state()
|
/linux-6.6.21/net/ipv4/ |
D | fib_frontend.c | 507 cfg->fc_dst_len = plen; in rtentry_to_fib_config() 753 cfg->fc_dst_len = rtm->rtm_dst_len; in rtm_to_fib_config() 1079 .fc_dst_len = dst_len, in fib_magic()
|
D | fib_trie.c | 1223 u8 plen = cfg->fc_dst_len; in fib_table_insert() 1718 u8 plen = cfg->fc_dst_len; in fib_table_delete()
|
/linux-6.6.21/include/net/ |
D | ip6_fib.h | 45 int fc_dst_len; member
|
D | ip_fib.h | 27 u8 fc_dst_len; member
|
/linux-6.6.21/net/ipv6/ |
D | route.c | 3707 if (cfg->fc_dst_len > 128) { in ip6_route_info_create() 3780 ipv6_addr_prefix(&rt->fib6_dst.addr, &cfg->fc_dst, cfg->fc_dst_len); in ip6_route_info_create() 3781 rt->fib6_dst.plen = cfg->fc_dst_len; in ip6_route_info_create() 4036 &cfg->fc_dst, cfg->fc_dst_len, in ip6_route_del() 4298 .fc_dst_len = prefixlen, in rt6_add_route_info() 4439 .fc_dst_len = rtmsg->rtmsg_dst_len, in rtmsg_to_fib6_config() 4557 .fc_dst_len = 128, in addrconf_f6i_alloc() 5019 .fc_dst_len = rtm->rtm_dst_len, in rtm_to_fib6_config()
|
D | addrconf.c | 2431 .fc_dst_len = plen, in addrconf_prefix_route() 2504 .fc_dst_len = 8, in addrconf_add_mroute()
|