HomeSort by: relevance | last modified time | path
    Searched refs:tcpseq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsrvcache.h 66 u_int32_t tcpseq; member in struct:nfsrvcache::__anon6793::__anon6795
83 #define rc_tcpseq rc_un2.ot.tcpseq
  /src/sys/netinet6/
in6_offload.c 60 uint32_t tcpseq; local
94 tcpseq = ntohl(th->th_seq);
148 th->th_seq = htonl(tcpseq);
152 tcpseq += mss;
  /src/sys/netinet/
in_offload.c 57 uint32_t tcpseq; local
92 tcpseq = ntohl(th->th_seq);
151 th->th_seq = htonl(tcpseq);
155 tcpseq += mss;

Completed in 17 milliseconds