Searched refs:tconnp (Results 1 – 2 of 2) sorted by relevance
1055 conn_t *tconnp; in ipcl_iptun_hash_insert() local1061 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_iptun_hash_insert()1062 tconnp = tconnp->conn_next) { in ipcl_iptun_hash_insert()1063 if (IPCL_IPTUN_MATCH(tconnp, laddr, faddr)) { in ipcl_iptun_hash_insert()1078 conn_t *tconnp; in ipcl_iptun_hash_insert_v6() local1084 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_iptun_hash_insert_v6()1085 tconnp = tconnp->conn_next) { in ipcl_iptun_hash_insert_v6()1086 if (IPCL_IPTUN_MATCH_V6(tconnp, laddr, faddr)) { in ipcl_iptun_hash_insert_v6()1339 conn_t *tconnp; in ipcl_conn_insert_v4() local1363 for (tconnp = connfp->connf_head; tconnp != NULL; in ipcl_conn_insert_v4()[all …]
286 conn_t *tconnp; in tcp_ioctl_abort_bucket() local297 for (tconnp = connfp->connf_head; tconnp != NULL; in tcp_ioctl_abort_bucket()298 tconnp = tconnp->conn_next) { in tcp_ioctl_abort_bucket()299 tcp = tconnp->conn_tcp; in tcp_ioctl_abort_bucket()305 if (TCP_AC_MATCH(acp, tconnp, tcp)) { in tcp_ioctl_abort_bucket()306 CONN_INC_REF(tconnp); in tcp_ioctl_abort_bucket()310 CONN_DEC_REF(tconnp); in tcp_ioctl_abort_bucket()