Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.c41 struct ip6_addr_t { struct
55 struct ip6_addr_t segments[0]; argument
140 sizeof(struct ip6_addr_t) * (srh->first_segment + 1); in is_valid_tlv_boundary()
280 struct ip6_addr_t egr_addr; in has_egr_tlv()
300 struct ip6_addr_t *seg; in __encap_srh()
314 seg = (struct ip6_addr_t *)((char *)srh + sizeof(*srh)); in __encap_srh()
320 seg = (struct ip6_addr_t *)((char *)seg + sizeof(*seg)); in __encap_srh()
339 struct ip6_addr_t addr; in __add_egr_x()