Searched refs:nh6 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 53 struct in6_addr nh6; member 249 seg6_lookup_nexthop(skb, &slwt->nh6, 0); in input_action_end_x() 353 * If slwt->nh6 is set to ::, then lookup the nexthop for the in input_action_end_dx6() 357 if (!ipv6_addr_any(&slwt->nh6)) in input_action_end_dx6() 358 nhaddr = &slwt->nh6; in input_action_end_dx6() 762 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6() 776 memcpy(nla_data(nla), &slwt->nh6, sizeof(struct in6_addr)); in put_nla_nh6() 783 return memcmp(&a->nh6, &b->nh6, sizeof(struct in6_addr)); in cmp_nla_nh6()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 192 struct in6_addr nh6; member 421 seg6_lookup_nexthop(skb, &slwt->nh6, 0); in input_action_end_x_finish() 914 * If slwt->nh6 is set to ::, then lookup the nexthop for the in input_action_end_dx6_finish() 917 if (!ipv6_addr_any(&slwt->nh6)) in input_action_end_dx6_finish() 918 nhaddr = &slwt->nh6; in input_action_end_dx6_finish() 1812 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6() 1826 memcpy(nla_data(nla), &slwt->nh6, sizeof(struct in6_addr)); in put_nla_nh6() 1833 return memcmp(&a->nh6, &b->nh6, sizeof(struct in6_addr)); in cmp_nla_nh6()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 643 encap seg6local action End.X nh6 "${net_prefix}::${adj}" \ 1081 encap seg6local action End.X nh6 :: \
|
Completed in 7 milliseconds