Home
last modified time | relevance | path

Searched refs:LWTUNNEL_ENCAP_IOAM6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dlwtunnel.h17 LWTUNNEL_ENCAP_IOAM6, enumerator
/openbmc/linux/net/ipv6/
H A Dioam6_iptunnel.c198 lwt->type = LWTUNNEL_ENCAP_IOAM6; in ioam6_build_state()
471 return lwtunnel_encap_add_ops(&ioam6_iptun_ops, LWTUNNEL_ENCAP_IOAM6); in ioam6_iptunnel_init()
476 lwtunnel_encap_del_ops(&ioam6_iptun_ops, LWTUNNEL_ENCAP_IOAM6); in ioam6_iptunnel_exit()
/openbmc/linux/net/core/
H A Dlwtunnel.c49 case LWTUNNEL_ENCAP_IOAM6: in lwtunnel_encap_str()