Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnexthop.h51 u16 nh_encap_type; member
/openbmc/linux/net/ipv4/
H A Dnexthop.c2542 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv4()
2581 .fc_encap_type = cfg->nh_encap_type, in nh_create_ipv6()
2935 cfg->nh_encap_type = nla_get_u16(tb[NHA_ENCAP_TYPE]); in rtm_to_nh_config()
2936 err = lwtunnel_valid_encap_type(cfg->nh_encap_type, extack); in rtm_to_nh_config()