Home
last modified time | relevance | path

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

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