Searched refs:CFS_CONNECTION_DIR_IN (Results 1 – 3 of 3) sorted by relevance
195 #define CFS_CONNECTION_DIR_IN 0 macro
6166 …proc) : ""), IS_UDP(so) ? "UDP" : "TCP", (so->so_cfil->cfi_dir == CFS_CONNECTION_DIR_IN ? "in" : "… in cfil_inp_log()6327 cfil_info->cfi_dir = outgoing ? CFS_CONNECTION_DIR_OUT : CFS_CONNECTION_DIR_IN; in cfil_sock_udp_get_info()6364 outgoing ? CFS_CONNECTION_DIR_OUT : CFS_CONNECTION_DIR_IN); in cfil_sock_udp_get_info()
2872 int error = cfil_sock_attach(so2, SA(&to2), SA(&from), CFS_CONNECTION_DIR_IN); in tcp_input()