Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dmptcp.c1239 mptcp_input_preproc(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th, in mptcp_input_preproc() function
H A Dtcp_var.h1727 extern int mptcp_input_preproc(struct tcpcb *tp, struct mbuf *m,
H A Dtcp_input.c2850 mptcp_input_preproc(tp, m, th, drop_hdrlen) != 0) { in tcp_input()