Searched refs:Tunnel (Results 1 - 3 of 3) sorted by relevance

/systemd/src/network/
H A Dnetworkd-netdev-tunnel.h22 typedef struct Tunnel Tunnel; typedef in typeref:struct:Tunnel
40 struct Tunnel { struct
H A Dnetworkd-netdev-tunnel.c50 Tunnel *t = IPIP(netdev);
83 Tunnel *t = SIT(netdev);
116 Tunnel *t;
159 Tunnel *t;
204 Tunnel *t = VTI(netdev);
229 Tunnel *t = VTI6(netdev);
254 Tunnel *t = IP6TNL(netdev);
320 Tunnel *t = NULL;
360 log_warning("Tunnel with invalid address family configured in %s. Ignoring", filename);
366 log_warning("IP6 Tunnel withou
[all...]
H A Dnetworkd-netdev.h172 DEFINE_CAST(IPIP, Tunnel);
173 DEFINE_CAST(GRE, Tunnel);
174 DEFINE_CAST(GRETAP, Tunnel);
175 DEFINE_CAST(IP6GRE, Tunnel);
176 DEFINE_CAST(IP6GRETAP, Tunnel);
177 DEFINE_CAST(SIT, Tunnel);
178 DEFINE_CAST(VTI, Tunnel);
179 DEFINE_CAST(VTI6, Tunnel);
180 DEFINE_CAST(IP6TNL, Tunnel);

Completed in 1403 milliseconds