Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpacket_mangler.c951 unsigned char mptcpoptlen; in pktmnglr_ipfilter_input() local
961 mptcpoptlen = tcp_opt_buf[i + 1]; in pktmnglr_ipfilter_input()
962 if (mptcpoptlen < 3 || mptcpoptlen > tcp_optlen) { in pktmnglr_ipfilter_input()
982 for (; j < mptcpoptlen && j < tcp_optlen; j++) { in pktmnglr_ipfilter_input()
988 tcp_optlen -= mptcpoptlen; in pktmnglr_ipfilter_input()
989 i += mptcpoptlen; in pktmnglr_ipfilter_input()