Home
last modified time | relevance | path

Searched refs:tcp_sack_option (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h773 void tcp_sack_option(struct tcpcb *,struct tcphdr *,u_char *,int);
H A Dtcp_input.c2203 tcp_sack_option(tp, th, cp, optlen); in tcp_dooptions()
2402 tcp_sack_option(struct tcpcb *tp, struct tcphdr *th, u_char *cp, int optlen) in tcp_sack_option() function