Home
last modified time | relevance | path

Searched refs:tcp_sack_partialack (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_sack.c700 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_partialack() function
H A Dtcp_var.h1822 void tcp_sack_partialack(struct tcpcb *, struct tcphdr *);
H A Dtcp_input.c5223 tcp_sack_partialack(tp, th); in tcp_input()