Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dioam6.h52 __be32 type_be32; member
94 __be32 type_be32; member
/linux/net/ipv6/
H A Dioam6_iptunnel.c85 if (!trace->type_be32 || !trace->remlen || in ioam6_validate_trace_hdr()
93 fields = be32_to_cpu(trace->type_be32); in ioam6_validate_trace_hdr()
H A Dioam6.c626 be32_to_cpu(trace->type_be32)) || in ioam6_event_put_trace()
H A Dexthdrs.c940 ioam6_trace_compute_nodelen(be32_to_cpu(trace->type_be32))) in ipv6_hop_ioam()
/linux/tools/testing/selftests/net/
H A Dioam6_parser.c248 __be32_to_cpu(trace->type_be32) != (trace_type << 8)) in check_header()