Lines Matching refs:drop_reason
2810 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in tcp_input() local
2843 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2862 drop_reason = DROP_REASON_TCP_SRC_ADDR_UNSPECIFIED; in tcp_input()
2895 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2922 drop_reason = DROP_REASON_TCP_OFFSET_INCORRECT; in tcp_input()
2973 drop_reason = DROP_REASON_TCP_SYN_FIN; in tcp_input()
3131 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
3140 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
3154 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
3172 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
3186 drop_reason = DROP_REASON_TCP_NO_PCB; in tcp_input()
3197 drop_reason = DROP_REASON_TCP_CLOSED; in tcp_input()
3215 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
3238 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
3247 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
3259 drop_reason = DROP_REASON_TCP_FLAGS_INCORRECT; in tcp_input()
3277 drop_reason = DROP_REASON_TCP_LISTENER_CLOSING; in tcp_input()
3316 drop_reason = DROP_REASON_TCP_LISTENER_DROP; in tcp_input()
3334 drop_reason = DROP_REASON_TCP_LISTENER_DROP; in tcp_input()
3366 drop_reason = DROP_REASON_TCP_SYN_RST; in tcp_input()
3374 drop_reason = DROP_REASON_TCP_SYN_ACK_LISTENER; in tcp_input()
3381 drop_reason = DROP_REASON_TCP_LISTENER_NO_SYN; in tcp_input()
3389 drop_reason = DROP_REASON_TCP_SAME_PORT; in tcp_input()
3394 drop_reason = DROP_REASON_TCP_SAME_PORT; in tcp_input()
3408 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
3415 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
3423 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
3451 drop_reason = DROP_REASON_TCP_DEPRECATED_ADDR; in tcp_input()
3470 drop_reason = DROP_REASON_TCP_LISTENER_DROP; in tcp_input()
3477 drop_reason = DROP_REASON_TCP_CREATE_SERVER_SOCKET; in tcp_input()
3911 drop_reason = DROP_REASON_TCP_INSEQ_MEMORY_PRESSURE; in tcp_input()
4073 drop_reason = DROP_REASON_TCP_CREATE_SERVER_SOCKET; in tcp_input()
4094 drop_reason = DROP_REASON_TCP_SYN_RECEIVED_BAD_ACK; in tcp_input()
4129 drop_reason = DROP_REASON_TCP_SYN_SENT_BAD_ACK; in tcp_input()
4147 drop_reason = DROP_REASON_TCP_RST; in tcp_input()
4159 drop_reason = DROP_REASON_TCP_RST; in tcp_input()
4164 drop_reason = DROP_REASON_TCP_SYN_SENT_NO_SYN; in tcp_input()
4537 drop_reason = DROP_REASON_TCP_BAD_RST; in tcp_input()
4576 drop_reason = DROP_REASON_TCP_PAWS; in tcp_input()
4591 drop_reason = DROP_REASON_TCP_SYN_RECEIVED_BAD_SEQ; in tcp_input()
4745 drop_reason = DROP_REASON_TCP_RECV_AFTER_CLOSE; in tcp_input()
4820 drop_reason = DROP_REASON_TCP_SYN_DATA_INVALID; in tcp_input()
4826 drop_reason = DROP_REASON_TCP_SYN_DATA_INVALID; in tcp_input()
4877 drop_reason = DROP_REASON_TCP_BAD_ACK; in tcp_input()
4881 drop_reason = DROP_REASON_TCP_BAD_ACK; in tcp_input()
5057 drop_reason = DROP_REASON_TCP_ACK_TOOMUCH; in tcp_input()
5060 drop_reason = DROP_REASON_TCP_ACK_TOOMUCH; in tcp_input()
5067 drop_reason = DROP_REASON_TCP_OLD_ACK; in tcp_input()
5070 drop_reason = DROP_REASON_TCP_OLD_ACK; in tcp_input()
5954 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
5987 drop_reason = DROP_REASON_TCP_INSEQ_MEMORY_PRESSURE; in tcp_input()
6365 if (drop_reason != DROP_REASON_UNSPECIFIED || droptap_verbose > 0) { in tcp_input()
6366 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in tcp_input()