Home | Sort by: relevance | last modified time | path |
/src/sys/netinet6/ | |
in6_offload.c | 60 uint32_t tcpseq; local in function:tcp6_segment 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 in function:tcp4_segment 92 tcpseq = ntohl(th->th_seq); 151 th->th_seq = htonl(tcpseq); 155 tcpseq += mss; |
/src/sys/fs/nfs/common/ | |
nfsrvcache.h | 66 u_int32_t tcpseq; member in struct:nfsrvcache::__anon67d9e4aa020a::__anon67d9e4aa0408 83 #define rc_tcpseq rc_un2.ot.tcpseq |