Searched refs:CFS_CONNECTION_DIR_IN (Results 1 – 3 of 3) sorted by relevance
195 #define CFS_CONNECTION_DIR_IN 0 macro
6172 …proc) : ""), IS_UDP(so) ? "UDP" : "TCP", (so->so_cfil->cfi_dir == CFS_CONNECTION_DIR_IN ? "in" : "… in cfil_inp_log()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()
2907 int error = cfil_sock_attach(so2, SA(&to2), SA(&from), CFS_CONNECTION_DIR_IN); in tcp_input()