Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dpacket_mangler.c950 unsigned char mptcpoptlen; in pktmnglr_ipfilter_input() local
960 mptcpoptlen = tcp_opt_buf[i + 1]; in pktmnglr_ipfilter_input()
961 if (mptcpoptlen < 3 || mptcpoptlen > tcp_optlen) { in pktmnglr_ipfilter_input()
981 for (; j < mptcpoptlen && j < tcp_optlen; j++) { in pktmnglr_ipfilter_input()
987 tcp_optlen -= mptcpoptlen; in pktmnglr_ipfilter_input()
988 i += mptcpoptlen; in pktmnglr_ipfilter_input()