Searched refs:nh6 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | srv6_end_x_next_csid_l3vpn_test.sh | 613 encap seg6local action End.X nh6 "${net_prefix}::${adj}" \ 634 encap seg6local action End.X nh6 "${nh6_ll_addr}" \ 1088 encap seg6local action End.X nh6 :: \
|
| H A D | srv6_end_dx6_netfilter_test.sh | 260 encap seg6local action End.DX6 nh6 ${IPv6_HS_NETWORK}::${hsdst} dev veth-t${tid}
|
| /linux/net/ipv6/ |
| H A D | seg6_local.c | 192 struct in6_addr nh6; member 424 seg6_lookup_any_nexthop(skb, &slwt->nh6, 0, false, slwt->oif); in input_action_end_x_finish() 920 if (!ipv6_addr_any(&slwt->nh6)) in input_action_end_dx6_finish() 921 nhaddr = &slwt->nh6; in input_action_end_dx6_finish() 1820 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6() 1834 memcpy(nla_data(nla), &slwt->nh6, sizeof(struct in6_addr)); in put_nla_nh6() 1841 return memcmp(&a->nh6, &b->nh6, sizeof(struct in6_addr)); in cmp_nla_nh6()
|