Symbol: ioam6_trace_hdr
include/net/ioam6.h
60
struct ioam6_trace_hdr *trace,
net/ipv6/exthdrs.c
910
struct ioam6_trace_hdr *trace;
net/ipv6/exthdrs.c
934
trace = (struct ioam6_trace_hdr *)((u8 *)hdr + sizeof(*hdr));
net/ipv6/exthdrs.c
956
trace = (struct ioam6_trace_hdr *)(skb_network_header(skb)
net/ipv6/ioam6.c
619
struct ioam6_trace_hdr *trace,
net/ipv6/ioam6.c
628
len - sizeof(struct ioam6_trace_hdr) - trace->remlen * 4,
net/ipv6/ioam6.c
658
if (ioam6_event_put_trace(skb, (struct ioam6_trace_hdr *)opt,
net/ipv6/ioam6.c
709
struct ioam6_trace_hdr *trace,
net/ipv6/ioam6.c
938
struct ioam6_trace_hdr *trace,
net/ipv6/ioam6_iptunnel.c
106
struct ioam6_trace_hdr *trace;
net/ipv6/ioam6_iptunnel.c
242
struct ioam6_trace_hdr *trace;
net/ipv6/ioam6_iptunnel.c
245
trace = (struct ioam6_trace_hdr *)(skb_transport_header(skb)
net/ipv6/ioam6_iptunnel.c
29
struct ioam6_trace_hdr traceh;
net/ipv6/ioam6_iptunnel.c
527
struct ioam6_trace_hdr *trace_a = ioam6_lwt_trace(a);
net/ipv6/ioam6_iptunnel.c
528
struct ioam6_trace_hdr *trace_b = ioam6_lwt_trace(b);
net/ipv6/ioam6_iptunnel.c
64
static struct ioam6_trace_hdr *ioam6_lwt_trace(struct lwtunnel_state *lwt)
net/ipv6/ioam6_iptunnel.c
78
sizeof(struct ioam6_trace_hdr)),
net/ipv6/ioam6_iptunnel.c
81
static bool ioam6_validate_trace_hdr(struct ioam6_trace_hdr *trace)
tools/testing/selftests/net/ioam6_parser.c
1005
struct ioam6_trace_hdr *trace;
tools/testing/selftests/net/ioam6_parser.c
1087
trace = (struct ioam6_trace_hdr *)(ptr + sizeof(*ioam6));
tools/testing/selftests/net/ioam6_parser.c
244
static int check_header(int tid, struct ioam6_trace_hdr *trace,
tools/testing/selftests/net/ioam6_parser.c
453
static int check_data(struct ioam6_trace_hdr *trace, __u8 trace_size,
tools/testing/selftests/net/ioam6_parser.c
591
static int check_ioam_trace(int tid, struct ioam6_trace_hdr *trace,