Home
last modified time | relevance | path

Searched refs:ip_tunnel_flags_is_be16_compat (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/ipv4/
H A Dip_vti.c393 if (!ip_tunnel_flags_is_be16_compat(p->i_flags) || in vti_tunnel_ctl()
394 !ip_tunnel_flags_is_be16_compat(p->o_flags)) in vti_tunnel_ctl()
H A Dip_tunnel.c1035 if (!ip_tunnel_flags_is_be16_compat(kp->i_flags) || in ip_tunnel_parm_to_user()
1036 !ip_tunnel_flags_is_be16_compat(kp->o_flags)) in ip_tunnel_parm_to_user()
H A Dip_gre.c821 if (!ip_tunnel_flags_is_be16_compat(p->i_flags) || in ipgre_tunnel_ctl()
822 !ip_tunnel_flags_is_be16_compat(p->o_flags)) in ipgre_tunnel_ctl()
/linux-6.15/net/core/
H A Dnet_test.c365 ip_tunnel_flags_is_be16_compat(src)); in ip_tunnel_flags_test_run()
/linux-6.15/include/net/
H A Dip_tunnels.h251 static inline bool ip_tunnel_flags_is_be16_compat(const unsigned long *flags) in ip_tunnel_flags_is_be16_compat() function
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c444 if (!ip_tunnel_flags_is_be16_compat(ip_tun->key.tun_flags) || in nfp_fl_set_tun()