Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dmptcp_opt.c58 static int mptcp_validate_join_hmac(struct tcpcb *, u_char* __sized_by(maclen), int maclen);
1130 error = mptcp_validate_join_hmac(tp, in mptcp_do_mpjoin_opt()
1145 mptcp_validate_join_hmac(struct tcpcb *tp, u_char* hmac __sized_by(mac_len), int mac_len) in mptcp_validate_join_hmac() function