Searched refs:ppts (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
1194 *ppts = (uint32_t *)(th + 1);
1196 if (**ppts == TCP_LRO_TS_OPTION)
1205 *ppts = NULL;
1209 *ppts = NULL;

Completed in 107 milliseconds