Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnexthop.h46 NHA_ENCAP_TYPE, /* u16; lwt encap type */ enumerator
/openbmc/linux/net/ipv4/
H A Dnexthop.c36 [NHA_ENCAP_TYPE] = { .type = NLA_U16 },
762 NHA_ENCAP, NHA_ENCAP_TYPE) < 0) in nh_fill_node()
2818 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE]) { in rtm_to_nh_config()
2859 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) { in rtm_to_nh_config()
2929 if (!tb[NHA_ENCAP_TYPE]) { in rtm_to_nh_config()
2934 cfg->nh_encap_type = nla_get_u16(tb[NHA_ENCAP_TYPE]); in rtm_to_nh_config()
2939 } else if (tb[NHA_ENCAP_TYPE]) { in rtm_to_nh_config()