Home
last modified time | relevance | path

Searched refs:ip_tunnel_flags_to_be16 (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/net/ipv4/
H A Dip_vti.c397 if (!(ip_tunnel_flags_to_be16(p->i_flags) & GRE_KEY)) in vti_tunnel_ctl()
399 if (!(ip_tunnel_flags_to_be16(p->o_flags) & GRE_KEY)) in vti_tunnel_ctl()
H A Dip_tunnel_core.c857 ip_tunnel_flags_to_be16(tun_info->key.tun_flags)) || in ip_tun_fill_encap_info()
1027 ip_tunnel_flags_to_be16(tun_info->key.tun_flags)) || in ip6_tun_fill_encap_info()
H A Dip_tunnel.c1043 p.i_flags = ip_tunnel_flags_to_be16(kp->i_flags); in ip_tunnel_parm_to_user()
1044 p.o_flags = ip_tunnel_flags_to_be16(kp->o_flags); in ip_tunnel_parm_to_user()
H A Dip_gre.c825 i_flags = ip_tunnel_flags_to_be16(p->i_flags); in ipgre_tunnel_ctl()
826 o_flags = ip_tunnel_flags_to_be16(p->o_flags); in ipgre_tunnel_ctl()
/linux-6.15/net/core/
H A Dnet_test.c367 (__force u16)ip_tunnel_flags_to_be16(src)); in ip_tunnel_flags_test_run()
H A Dfilter.c4723 to->tunnel_flags = ip_tunnel_flags_to_be16(info->key.tun_flags); in BPF_CALL_4()
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c404 __res = ip_tunnel_flags_to_be16(__check); \
443 tun_flags = ip_tunnel_flags_to_be16(ip_tun->key.tun_flags); in nfp_fl_set_tun()
/linux-6.15/include/net/
H A Dip_tunnels.h269 static inline __be16 ip_tunnel_flags_to_be16(const unsigned long *flags) in ip_tunnel_flags_to_be16() function
/linux-6.15/net/ipv6/
H A Dsit.c1709 ip_tunnel_flags_to_be16(parm->i_flags)) || in ipip6_fill_info()
H A Dip6_gre.c1411 p[0] = ip_tunnel_flags_to_be16(t->parms.o_flags); in ip6gre_header()