Searched refs:tconnp (Results 1 – 2 of 2) sorted by relevance
1051 conn_t *tconnp; in ipcl_iptun_hash_insert() local1057 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_iptun_hash_insert()1058 tconnp = tconnp->conn_next) { in ipcl_iptun_hash_insert()1059 if (IPCL_IPTUN_MATCH(tconnp, laddr, faddr)) { in ipcl_iptun_hash_insert()1074 conn_t *tconnp; in ipcl_iptun_hash_insert_v6() local1080 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_iptun_hash_insert_v6()1081 tconnp = tconnp->conn_next) { in ipcl_iptun_hash_insert_v6()1082 if (IPCL_IPTUN_MATCH_V6(tconnp, laddr, faddr)) { in ipcl_iptun_hash_insert_v6()1335 conn_t *tconnp; in ipcl_conn_insert_v4() local1359 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_conn_insert_v4()[all …]
286 conn_t *tconnp; in tcp_ioctl_abort_bucket() local296 for (tconnp = connfp->connf_head; tconnp != NULL; in tcp_ioctl_abort_bucket()297 tconnp = tconnp->conn_next) { in tcp_ioctl_abort_bucket()298 tcp = tconnp->conn_tcp; in tcp_ioctl_abort_bucket()304 if (TCP_AC_MATCH(acp, tconnp, tcp)) { in tcp_ioctl_abort_bucket()305 CONN_INC_REF(tconnp); in tcp_ioctl_abort_bucket()309 CONN_DEC_REF(tconnp); in tcp_ioctl_abort_bucket()