Searched refs:ip_tunnel_flags_from_be16 (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv4/ |
| A D | ip_tunnel_core.c | 712 ip_tunnel_flags_from_be16(flags, in ip_tun_build_state() 1000 ip_tunnel_flags_from_be16(flags, data); in ip6_tun_build_state() 1162 ip_tunnel_flags_from_be16(parms->i_flags, flags); in ip_tunnel_netlink_parms()
|
| A D | ip_vti.c | 410 ip_tunnel_flags_from_be16(flags, GRE_KEY); in vti_tunnel_ctl()
|
| A D | ip_tunnel.c | 1020 ip_tunnel_flags_from_be16(kp->i_flags, p.i_flags); in ip_tunnel_parm_from_user() 1021 ip_tunnel_flags_from_be16(kp->o_flags, p.o_flags); in ip_tunnel_parm_from_user()
|
| A D | ip_gre.c | 849 ip_tunnel_flags_from_be16(p->i_flags, i_flags); in ipgre_tunnel_ctl() 851 ip_tunnel_flags_from_be16(p->o_flags, o_flags); in ipgre_tunnel_ctl()
|
| /linux/net/core/ |
| A D | net_test.c | 369 ip_tunnel_flags_from_be16(out, t->exp_val); in ip_tunnel_flags_test_run()
|
| /linux/include/net/ |
| A D | ip_tunnels.h | 260 static inline void ip_tunnel_flags_from_be16(unsigned long *dst, __be16 flags) in ip_tunnel_flags_from_be16() function
|
Completed in 19 milliseconds