Searched refs:so_cfil (Results 1 – 3 of 3) sorted by relevance
629 if (so->so_cfil) { \631 so->so_cfil->cfi_flags |= CFIF_SO_DELAYED_DEAD; \633 so->so_cfil->cfi_flags &= ~CFIF_SO_DELAYED_DEAD; \645 (so->so_cfil ? (so->so_cfil->cfi_flags & CFIF_SO_DELAYED_DEAD) : \649 if (so->so_cfil) { \651 so->so_cfil->cfi_flags |= CFIF_SO_DELAYED_TCP_TIME_WAIT; \653 so->so_cfil->cfi_flags &= ~CFIF_SO_DELAYED_TCP_TIME_WAIT; \659 (so->so_cfil ? (so->so_cfil->cfi_flags & CFIF_SO_DELAYED_TCP_TIME_WAIT) : false)1422 if ((so->so_cfil == NULL && so->so_flow_db == NULL) || entry->cfe_filter == NULL) { in cfil_ctl_disconnect()1443 … (so->so_cfil == NULL && soflow_db_get_feature_context(so->so_flow_db, sock_flow_id) == NULL)) { in cfil_ctl_disconnect()[all …]
154 if (so->so_cfil != NULL) { in sotoxsocket_n()
329 struct cfil_info *so_cfil; member