Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dioam6_iptunnel.c71 [IOAM6_IPTUNNEL_FREQ_N] = NLA_POLICY_FULL_RANGE(NLA_U32, &freq_range),
124 if ((!tb[IOAM6_IPTUNNEL_FREQ_K] && tb[IOAM6_IPTUNNEL_FREQ_N]) || in ioam6_build_state()
125 (tb[IOAM6_IPTUNNEL_FREQ_K] && !tb[IOAM6_IPTUNNEL_FREQ_N])) { in ioam6_build_state()
128 } else if (!tb[IOAM6_IPTUNNEL_FREQ_K] && !tb[IOAM6_IPTUNNEL_FREQ_N]) { in ioam6_build_state()
133 freq_n = nla_get_u32(tb[IOAM6_IPTUNNEL_FREQ_N]); in ioam6_build_state()
408 err = nla_put_u32(skb, IOAM6_IPTUNNEL_FREQ_N, ilwt->freq.n); in ioam6_fill_encap_info()
/openbmc/linux/include/uapi/linux/
H A Dioam6_iptunnel.h51 IOAM6_IPTUNNEL_FREQ_N, /* u32 */ enumerator