Home
last modified time | relevance | path

Searched refs:type_be32 (Results 1 – 4 of 4) 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.c87 if (!trace->type_be32 || !trace->remlen || in ioam6_validate_trace_hdr()
96 fields = be32_to_cpu(trace->type_be32); in ioam6_validate_trace_hdr()
H A Dioam6.c630 be32_to_cpu(trace->type_be32)) || in ioam6_event_put_trace()
/linux/tools/testing/selftests/net/
H A Dioam6_parser.c132 __be32_to_cpu(ioam6h->type_be32) != (trace_type << 8)) in check_ioam_header()