Home
last modified time | relevance | path

Searched refs:lwtunnel_valid_encap_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/core/
H A Dlwtunnel.c150 int lwtunnel_valid_encap_type(u16 encap_type, struct netlink_ext_ack *extack) in lwtunnel_valid_encap_type() function
185 EXPORT_SYMBOL_GPL(lwtunnel_valid_encap_type);
209 if (lwtunnel_valid_encap_type(encap_type, in lwtunnel_valid_encap_type_attr()
/openbmc/linux/include/net/
H A Dlwtunnel.h118 int lwtunnel_valid_encap_type(u16 encap_type,
203 static inline int lwtunnel_valid_encap_type(u16 encap_type, in lwtunnel_valid_encap_type() function
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c821 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, in rtm_to_fib_config()
H A Dnexthop.c2936 err = lwtunnel_valid_encap_type(cfg->nh_encap_type, extack); in rtm_to_nh_config()
/openbmc/linux/net/ipv6/
H A Droute.c5129 err = lwtunnel_valid_encap_type(cfg->fc_encap_type, extack); in rtm_to_fib6_config()