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