Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c120 __builtin_memcpy(&nh_params.ipv6_nh, &fib_params.ipv6_dst, in tc_redir()
121 sizeof(nh_params.ipv6_nh)); in tc_redir()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4920 __u32 ipv6_nh[4]; /* in6_addr; network order */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4920 __u32 ipv6_nh[4]; /* in6_addr; network order */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h629 struct in6_addr ipv6_nh; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c2205 nexthop = &nh->ipv6_nh; in bpf_out_neigh_v6()
2313 neigh = ip_neigh_gw6(dev, &nh->ipv6_nh); in bpf_out_neigh_v4()