Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dpacket_mangler.c949 unsigned char mptcpoptlen; in pktmnglr_ipfilter_input() local
959 mptcpoptlen = tcp_opt_buf[i + 1]; in pktmnglr_ipfilter_input()
960 if (mptcpoptlen < 3 || mptcpoptlen > tcp_optlen) { in pktmnglr_ipfilter_input()
980 for (; j < mptcpoptlen && j < tcp_optlen; j++) { in pktmnglr_ipfilter_input()
986 tcp_optlen -= mptcpoptlen; in pktmnglr_ipfilter_input()
987 i += mptcpoptlen; in pktmnglr_ipfilter_input()