Lines Matching refs:drop_reason

2075 	drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED;  in tcp_input()  local
2111 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2130 drop_reason = DROP_REASON_TCP_SRC_ADDR_UNSPECIFIED; in tcp_input()
2163 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2190 drop_reason = DROP_REASON_TCP_OFFSET_INCORRECT; in tcp_input()
2240 drop_reason = DROP_REASON_TCP_SYN_FIN; in tcp_input()
2401 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
2410 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
2424 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
2442 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
2456 drop_reason = DROP_REASON_TCP_NO_PCB; in tcp_input()
2467 drop_reason = DROP_REASON_TCP_CLOSED; in tcp_input()
2478 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
2501 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
2510 drop_reason = DROP_REASON_TCP_NECP; in tcp_input()
2522 drop_reason = DROP_REASON_TCP_FLAGS_INCORRECT; in tcp_input()
2540 drop_reason = DROP_REASON_TCP_LISTENER_CLOSING; in tcp_input()
2591 drop_reason = DROP_REASON_TCP_SYN_RST; in tcp_input()
2599 drop_reason = DROP_REASON_TCP_SYN_ACK_LISTENER; in tcp_input()
2606 drop_reason = DROP_REASON_TCP_LISTENER_NO_SYN; in tcp_input()
2614 drop_reason = DROP_REASON_TCP_SAME_PORT; in tcp_input()
2619 drop_reason = DROP_REASON_TCP_SAME_PORT; in tcp_input()
2633 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
2640 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
2648 drop_reason = DROP_REASON_TCP_BCAST_MCAST; in tcp_input()
2677 drop_reason = DROP_REASON_TCP_DEPRECATED_ADDR; in tcp_input()
2734 drop_reason = DROP_REASON_TCP_LISTENER_DROP; in tcp_input()
2836 drop_reason = DROP_REASON_TCP_PCB_HASH_FAILED; in tcp_input()
2910 drop_reason = DROP_REASON_TCP_CONTENT_FILTER_ATTACH; in tcp_input()
3543 drop_reason = DROP_REASON_TCP_BIND_IN_PROGRESS; in tcp_input()
3553 drop_reason = DROP_REASON_TCP_MEM_ALLOC; in tcp_input()
3576 drop_reason = DROP_REASON_TCP_PCB_CONNECT; in tcp_input()
3586 drop_reason = DROP_REASON_TCP_MEM_ALLOC; in tcp_input()
3602 drop_reason = DROP_REASON_TCP_PCB_CONNECT; in tcp_input()
3687 drop_reason = DROP_REASON_TCP_SYN_RECEIVED_BAD_ACK; in tcp_input()
3722 drop_reason = DROP_REASON_TCP_SYN_SENT_BAD_ACK; in tcp_input()
3740 drop_reason = DROP_REASON_TCP_RST; in tcp_input()
3752 drop_reason = DROP_REASON_TCP_RST; in tcp_input()
3757 drop_reason = DROP_REASON_TCP_SYN_SENT_NO_SYN; in tcp_input()
4282 drop_reason = DROP_REASON_TCP_BAD_RST; in tcp_input()
4340 drop_reason = DROP_REASON_TCP_PAWS; in tcp_input()
4355 drop_reason = DROP_REASON_TCP_SYN_RECEIVED_BAD_SEQ; in tcp_input()
4487 drop_reason = DROP_REASON_TCP_RECV_AFTER_CLOSE; in tcp_input()
4576 drop_reason = DROP_REASON_TCP_SYN_DATA_INVALID; in tcp_input()
4582 drop_reason = DROP_REASON_TCP_SYN_DATA_INVALID; in tcp_input()
4633 drop_reason = DROP_REASON_TCP_BAD_ACK; in tcp_input()
4637 drop_reason = DROP_REASON_TCP_BAD_ACK; in tcp_input()
4876 drop_reason = DROP_REASON_TCP_ACK_TOOMUCH; in tcp_input()
4879 drop_reason = DROP_REASON_TCP_ACK_TOOMUCH; in tcp_input()
4886 drop_reason = DROP_REASON_TCP_OLD_ACK; in tcp_input()
4889 drop_reason = DROP_REASON_TCP_OLD_ACK; in tcp_input()
5768 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
6170 if (drop_reason != DROP_REASON_UNSPECIFIED || droptap_verbose > 0) { in tcp_input()
6171 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in tcp_input()