Searched refs:IF_TCP_STATINC (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_input.c | 963 IF_TCP_STATINC(ifp, icmp6unreach); in tcp6_input() 2860 IF_TCP_STATINC(ifp, unspecv6); in tcp_input() 2920 IF_TCP_STATINC(ifp, badformat); in tcp_input() 2971 IF_TCP_STATINC(ifp, synfin); in tcp_input() 3115 IF_TCP_STATINC(ifp, linkheur_stealthdrop); in tcp_input() 3118 IF_TCP_STATINC(ifp, noconnnolist); in tcp_input() 3184 IF_TCP_STATINC(ifp, noconnlist); in tcp_input() 3214 IF_TCP_STATINC(ifp, badformat); in tcp_input() 3237 IF_TCP_STATINC(ifp, badformat); in tcp_input() 3246 IF_TCP_STATINC(ifp, badformat); in tcp_input() [all …]
|
| H A D | tcp_timer.c | 1239 IF_TCP_STATINC(outifp, linkheur_synrxmt); in tcp_timers() 3060 IF_TCP_STATINC(ifp, linkheur_rxmtfloor); in tcp_set_rto()
|
| H A D | tcp_output.c | 3290 IF_TCP_STATINC(outifp, linkheur_noackpri); in tcp_output() 3383 IF_TCP_STATINC(outifp, linkheur_comprxmt); in tcp_output()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var_private.h | 1082 #define IF_TCP_STATINC(_ifp, _s) do { \ macro
|