Home | History | Annotate | Download | only in misc

Lines Matching defs:tst

1993 			struct tcpstat tst;
1994 tst.local.family = AF_UNIX;
1995 tst.remote.family = AF_UNIX;
1996 memcpy(tst.local.data, &s->name, sizeof(s->name));
1998 memset(tst.remote.data, 0, sizeof(peer));
2000 memcpy(tst.remote.data, &peer, sizeof(peer));
2001 if (run_ssfilter(f->f, &tst) == 0)
2290 struct tcpstat tst;
2291 tst.local.family = AF_PACKET;
2292 tst.remote.family = AF_PACKET;
2293 tst.rport = 0;
2294 tst.lport = iface;
2295 tst.local.data[0] = prot;
2296 tst.remote.data[0] = 0;
2297 if (run_ssfilter(f->f, &tst) == 0)
2358 struct tcpstat tst;
2359 tst.local.family = AF_NETLINK;
2360 tst.remote.family = AF_NETLINK;
2361 tst.rport = -1;
2362 tst.lport = pid;
2363 tst.local.data[0] = prot;
2364 tst.remote.data[0] = 0;
2365 if (run_ssfilter(f->f, &tst) == 0)