Searched refs:handshake_seq (Results 1 - 8 of 8) sorted by relevance

/external/libnetfilter_conntrack/include/internal/
H A Dobject.h137 uint64_t handshake_seq; member in struct:__nfct_protoinfo::__anon11095
/external/libnetfilter_conntrack/src/conntrack/
H A Dbuild_mnl.c204 uint64_t handshake_seq = local
205 be64toh(ct->protoinfo.dccp.handshake_seq);
208 handshake_seq);
H A Dcopy.c284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq;
H A Dgetter.c334 return &ct->protoinfo.dccp.handshake_seq;
H A Dbuild.c205 uint64_t handshake_seq = local
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq);
210 &handshake_seq,
H A Dparse.c299 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp);
H A Dsetter.c412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value);
H A Dparse_mnl.c470 ct->protoinfo.dccp.handshake_seq = be64toh(

Completed in 124 milliseconds