Searched refs:tsval (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
2295 memcpy(&tsval, &opt[2],
2299 src->scrub->pfss_tsval0 = ntohl(tsval);
2300 src->scrub->pfss_tsval = ntohl(tsval);
2333 u_int32_t tsval, tsecr; local
2405 memcpy(&tsval, &opt[2],
2407 if (tsval && src->scrub &&
2410 tsval = ntohl(tsval);
2413 htonl(tsval
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c225 u_int32_t* tsval, u_int32_t* tsecr, int thflags)
298 ASSERT(tsval != NULL);
300 flow->lr_tsval = tsval;
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 20 milliseconds