Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dpacket_mangler.c958 unsigned char mptcpoptlen; in pktmnglr_ipfilter_input() local
968 mptcpoptlen = tcp_opt_buf[i + 1]; in pktmnglr_ipfilter_input()
969 if (mptcpoptlen < 3 || mptcpoptlen > tcp_optlen) { in pktmnglr_ipfilter_input()
989 for (; j < mptcpoptlen && j < tcp_optlen; j++) { in pktmnglr_ipfilter_input()
995 tcp_optlen -= mptcpoptlen; in pktmnglr_ipfilter_input()
996 i += mptcpoptlen; in pktmnglr_ipfilter_input()