Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_opt.h41 extern void tcp_do_mptcp_options(struct tcpcb *, u_char * opt __ended_by(optend), u_char *optend, s…
H A Dmptcp_opt.c1811 tcp_do_mptcp_options(struct tcpcb *tp, u_char *cp __ended_by(optend), u_char *optend, struct tcphdr… in tcp_do_mptcp_options() function
H A Dtcp_input.c6509 tcp_do_mptcp_options(tp, cp, cpend, th, to, optlen); in tcp_dooptions()