Home | History | Annotate | Download | only in misc

Lines Matching refs:tst

1900 			struct tcpstat tst;
1901 tst.local.family = AF_UNIX;
1902 tst.remote.family = AF_UNIX;
1903 memcpy(tst.local.data, &s->name, sizeof(s->name));
1905 memset(tst.remote.data, 0, sizeof(peer));
1907 memcpy(tst.remote.data, &peer, sizeof(peer));
1908 if (run_ssfilter(f->f, &tst) == 0)
2042 struct tcpstat tst;
2043 tst.local.family = AF_PACKET;
2044 tst.remote.family = AF_PACKET;
2045 tst.rport = 0;
2046 tst.lport = iface;
2047 tst.local.data[0] = prot;
2048 tst.remote.data[0] = 0;
2049 if (run_ssfilter(f->f, &tst) == 0)
2110 struct tcpstat tst;
2111 tst.local.family = AF_NETLINK;
2112 tst.remote.family = AF_NETLINK;
2113 tst.rport = -1;
2114 tst.lport = pid;
2115 tst.local.data[0] = prot;
2116 tst.remote.data[0] = 0;
2117 if (run_ssfilter(f->f, &tst) == 0)