Tunnel 123 build2/src/network/networkd-netdev-gperf.c {"Tunnel.TOS", config_parse_unsigned, 0, offsetof(Tunnel, tos)}, Tunnel 126 build2/src/network/networkd-netdev-gperf.c {"Tunnel.Remote", config_parse_tunnel_address, 0, offsetof(Tunnel, remote)}, Tunnel 135 build2/src/network/networkd-netdev-gperf.c {"Tunnel.Local", config_parse_tunnel_address, 0, offsetof(Tunnel, local)}, Tunnel 145 build2/src/network/networkd-netdev-gperf.c {"Tunnel.DiscoverPathMTU", config_parse_bool, 0, offsetof(Tunnel, pmtudisc)}, Tunnel 153 build2/src/network/networkd-netdev-gperf.c {"Tunnel.TTL", config_parse_unsigned, 0, offsetof(Tunnel, ttl)}, Tunnel 37 src/network/networkd-netdev-tunnel.c Tunnel *t = IPIP(netdev); Tunnel 82 src/network/networkd-netdev-tunnel.c Tunnel *t = SIT(netdev); Tunnel 127 src/network/networkd-netdev-tunnel.c Tunnel *t = GRE(netdev); Tunnel 180 src/network/networkd-netdev-tunnel.c Tunnel *t = VTI(netdev); Tunnel 217 src/network/networkd-netdev-tunnel.c Tunnel *t = NULL; Tunnel 269 src/network/networkd-netdev-tunnel.c Tunnel *t = userdata; Tunnel 296 src/network/networkd-netdev-tunnel.c Tunnel *t = IPIP(n); Tunnel 305 src/network/networkd-netdev-tunnel.c Tunnel *t = SIT(n); Tunnel 314 src/network/networkd-netdev-tunnel.c Tunnel *t = VTI(n); Tunnel 323 src/network/networkd-netdev-tunnel.c Tunnel *t = GRE(n); Tunnel 332 src/network/networkd-netdev-tunnel.c .object_size = sizeof(Tunnel), Tunnel 341 src/network/networkd-netdev-tunnel.c .object_size = sizeof(Tunnel), Tunnel 350 src/network/networkd-netdev-tunnel.c .object_size = sizeof(Tunnel), Tunnel 359 src/network/networkd-netdev-tunnel.c .object_size = sizeof(Tunnel), Tunnel 24 src/network/networkd-netdev-tunnel.h typedef struct Tunnel Tunnel; Tunnel 162 src/network/networkd-netdev.h DEFINE_CAST(IPIP, Tunnel); Tunnel 163 src/network/networkd-netdev.h DEFINE_CAST(GRE, Tunnel); Tunnel 164 src/network/networkd-netdev.h DEFINE_CAST(SIT, Tunnel); Tunnel 165 src/network/networkd-netdev.h DEFINE_CAST(VTI, Tunnel);