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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c2237 u_int32_t tsval, tsecr; local
2297 memcpy(&tsecr, &opt[6],
2301 src->scrub->pfss_tsecr = ntohl(tsecr);
2333 u_int32_t tsval, tsecr; local
2420 memcpy(&tsecr, &opt[6],
2422 if (tsecr && dst->scrub &&
2425 tsecr = ntohl(tsecr)
2428 &th->th_sum, htonl(tsecr),
2464 #define TS_MAX_CONN (12*24*60*60) /* XXX remove when better tsecr chec
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c225 u_int32_t* tsval, u_int32_t* tsecr, int thflags)
299 ASSERT(tsecr != NULL);
301 flow->lr_tsecr = tsecr;
343 u_int32_t *tsval, u_int32_t *tsecr)
398 drop_hdrlen, topt, tsval, tsecr, 0);
223 tcp_lro_coalesce(int flow_id, struct mbuf *lro_mb, struct tcphdr *tcphdr, int payload_len, int drop_hdrlen, struct tcpopt *topt, u_int32_t* tsval, u_int32_t* tsecr, int thflags) argument
340 tcp_lro_insert_flow(struct mbuf *lro_mb, struct ip *ip_hdr, struct tcphdr *tcp_hdr, int payload_len, int drop_hdrlen, int hash, struct tcpopt *topt, u_int32_t *tsval, u_int32_t *tsecr) argument

Completed in 22 milliseconds