Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c149 static void build_ipv6_header(void *header, uint8_t proto, in build_ipv6_header() function
254 build_ipv6_header(buf + el3_len + ol3_len + ol4_len, in build_packet()
277 build_ipv6_header(buf + el3_len, test->cfg_encap_proto, in build_packet()
314 build_ipv6_header(buf, in build_packet()
/linux/tools/testing/selftests/net/
H A Dtuntap_helpers.h288 static inline int build_ipv6_header(uint8_t *buf, uint8_t proto, in build_ipv6_header() function
H A Dtun.c823 cur += build_ipv6_header(cur, IPPROTO_UDP, 0, pktlen, dip, sip); in build_gso_packet_into_tun()
839 cur += build_ipv6_header(cur, IPPROTO_UDP, 0, pktlen, dip, sip); in build_gso_packet_into_tun()