Home
last modified time | relevance | path

Searched refs:nh2 (Results 1 – 3 of 3) 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 Dnexthop.h276 const struct nexthop *nh2) in nexthop_cmp()
278 return nh1 == nh2;
274 nexthop_cmp(const struct nexthop * nh1,const struct nexthop * nh2) nexthop_cmp() argument
/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()