Lines Matching defs:tunnel
57 struct tunnel {
75 const struct tunnel *t = p;
86 const struct tunnel *ta = a, *tb = b;
103 static struct tunnel *tunnel_new(
107 struct tunnel *t;
108 t = pa_xnew(struct tunnel, 1);
118 static void tunnel_free(struct tunnel *t) {
137 struct tunnel *tnl;
204 dname = pa_sprintf_malloc("tunnel.%s.%s", host_name, device);
206 dname = pa_sprintf_malloc("tunnel.%s", host_name);
222 module_name = pa_sprintf_malloc("module-tunnel-%s", t);
274 struct tunnel *t;
294 struct tunnel *t2;
435 struct tunnel *t;