Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_opt.c57 static int mptcp_validate_join_hmac(struct tcpcb *, u_char*, int);
1046 error = mptcp_validate_join_hmac(tp, in mptcp_do_mpjoin_opt()
1061 mptcp_validate_join_hmac(struct tcpcb *tp, u_char* hmac, int mac_len) in mptcp_validate_join_hmac() function