Home
last modified time | relevance | path

Searched refs:IF_TCP_STATINC (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_input.c963 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 Dtcp_timer.c1239 IF_TCP_STATINC(outifp, linkheur_synrxmt); in tcp_timers()
3060 IF_TCP_STATINC(ifp, linkheur_rxmtfloor); in tcp_set_rto()
H A Dtcp_output.c3290 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 Dif_var_private.h1082 #define IF_TCP_STATINC(_ifp, _s) do { \ macro