Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c204 uint64_t handshake_seq = in nfct_build_protoinfo() local
205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()
208 handshake_seq); in nfct_build_protoinfo()
Dbuild.c205 uint64_t handshake_seq = in __build_protoinfo() local
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
210 &handshake_seq, in __build_protoinfo()
Dcopy.c284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq; in copy_attr_dccp_handshake_seq()
Dgetter.c334 return &ct->protoinfo.dccp.handshake_seq; in get_attr_dccp_handshake_seq()
Dparse.c301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
Dsetter.c412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value); in set_attr_dccp_handshake_seq()
Dparse_mnl.c470 ct->protoinfo.dccp.handshake_seq = be64toh( in nfct_parse_protoinfo_dccp()
/external/libnetfilter_conntrack/include/internal/
Dobject.h137 uint64_t handshake_seq; member