Searched refs:CFS_CONNECTION_DIR_OUT (Results 1 – 4 of 4) sorted by relevance
196 #define CFS_CONNECTION_DIR_OUT 1 macro
3172 if (data.direction == CFS_CONNECTION_DIR_OUT) { in cfil_dispatch_attach_event_sign()3263 if (data.direction == CFS_CONNECTION_DIR_OUT) { in cfil_dispatch_data_event_sign()3344 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_closed_event_sign()3506 conn_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_attach_event()3751 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_dispatch_closed_event()6333 cfil_info->cfi_dir = outgoing ? CFS_CONNECTION_DIR_OUT : CFS_CONNECTION_DIR_IN; in cfil_sock_udp_get_info()6370 outgoing ? CFS_CONNECTION_DIR_OUT : CFS_CONNECTION_DIR_IN); in cfil_sock_udp_get_info()7433 boolean_t outgoing = (cfil_info->cfi_dir == CFS_CONNECTION_DIR_OUT); in cfil_stats_collect_flow_stats_for_filter()
654 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp_usr_connect()813 error = cfil_sock_attach(so, NULL, nam, CFS_CONNECTION_DIR_OUT); in tcp6_usr_connect()
3868 int error = cfil_sock_attach(so, NULL, to, CFS_CONNECTION_DIR_OUT); in flow_divert_connect_out()