Searched refs:other_opts (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_lro.c1179 tcp_lro_ack_valid(struct mbuf *m, struct tcphdr *th, uint32_t **ppts, bool *other_opts) argument
1197 *other_opts = false;
1199 *other_opts = true;
1206 *other_opts = false;
1210 *other_opts = true;
1538 bool other_opts, can_compress; local
1593 can_compress = tcp_lro_ack_valid(m, th, &ts_ptr, &other_opts);
1596 if ((other_opts == true) &&

Completed in 134 milliseconds