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