Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c121 __builtin_memcpy(&nh_params.ipv6_nh, &fib_params.ipv6_dst, in tc_redir()
122 sizeof(nh_params.ipv6_nh)); in tc_redir()
/linux/tools/include/uapi/linux/
H A Dbpf.h7397 __u32 ipv6_nh[4]; /* in6_addr; network order */
7361 __u32 ipv6_nh[4]; /* in6_addr; network order */ global() member
/linux/include/linux/
H A Dfilter.h763 struct in6_addr ipv6_nh; member
/linux/net/core/
H A Dfilter.c2244 nexthop = &nh->ipv6_nh; in bpf_out_neigh_v6()
2349 neigh = ip_neigh_gw6(dev, &nh->ipv6_nh); in bpf_out_neigh_v4()