Home
last modified time | relevance | path

Searched refs:nh2 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh244 local nh2="$4"
252 nexthop via ${nh1} nexthop via ${nh2}"
345 local nh2="$5"
350 nexthop via ${nh1} nexthop via ${nh2}"
/linux/include/net/
H A Dgro.h480 const void *nh2 = th2 - diff; in __gro_receive_network_flush() local
483 return ipv6_gro_flush(nh, nh2); in __gro_receive_network_flush()
485 return inet_gro_flush(nh, nh2, p, inner); in __gro_receive_network_flush()
H A Dnexthop.h276 const struct nexthop *nh2) in nexthop_cmp() argument
278 return nh1 == nh2; in nexthop_cmp()
/linux/drivers/net/
H A Dgeneve.c799 void *nested, *nested2, *nh, *nh2; in geneve_hdr_match() local
830 nh2 = nested2 + gro_hint->nested_nh_offset; in geneve_hdr_match()
832 struct ipv6hdr *iph = nh, *iph2 = nh2; in geneve_hdr_match()
850 struct iphdr *iph = nh, *iph2 = nh2; in geneve_hdr_match()