Searched refs:orig_tcp_optlen (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | packet_mangler.c | 900 size_t orig_tcp_optlen; in pktmnglr_ipfilter_input() local 915 orig_tcp_optlen = tcp_optlen; in pktmnglr_ipfilter_input() 916 if (orig_tcp_optlen) { in pktmnglr_ipfilter_input() 917 …error = mbuf_copydata(*data, (size_t)offset + sizeof(struct tcphdr), orig_tcp_optlen, tcp_opt_buf); in pktmnglr_ipfilter_input() 919 …_ERR, "Failed to copy tcp options: error %d offset %d optlen %zu", error, offset, orig_tcp_optlen); in pktmnglr_ipfilter_input() 996 if (orig_tcp_optlen) { in pktmnglr_ipfilter_input() 999 orig_tcp_optlen, tcp_opt_buf, MBUF_WAITOK); in pktmnglr_ipfilter_input() 1004 error, offset, orig_tcp_optlen); in pktmnglr_ipfilter_input()
|