Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dioam6_iptunnel.c76 [IOAM6_IPTUNNEL_TRACE] = NLA_POLICY_EXACT_LEN(sizeof(struct ioam6_trace_hdr)),
151 if (!tb[IOAM6_IPTUNNEL_TRACE]) { in ioam6_build_state()
156 trace = nla_data(tb[IOAM6_IPTUNNEL_TRACE]); in ioam6_build_state()
158 NL_SET_ERR_MSG_ATTR(extack, tb[IOAM6_IPTUNNEL_TRACE], in ioam6_build_state()
422 err = nla_put(skb, IOAM6_IPTUNNEL_TRACE, sizeof(ilwt->tuninfo.traceh), in ioam6_fill_encap_info()
/openbmc/linux/include/uapi/linux/
H A Dioam6_iptunnel.h42 IOAM6_IPTUNNEL_TRACE, /* struct ioam6_trace_hdr */ enumerator