Searched refs:handshake_seq (Results 1 – 8 of 8) sorted by relevance
204 uint64_t handshake_seq = in nfct_build_protoinfo() local205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()208 handshake_seq); in nfct_build_protoinfo()
205 uint64_t handshake_seq = in __build_protoinfo() local206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()210 &handshake_seq, in __build_protoinfo()
284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq; in copy_attr_dccp_handshake_seq()
334 return &ct->protoinfo.dccp.handshake_seq; in get_attr_dccp_handshake_seq()
301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value); in set_attr_dccp_handshake_seq()
470 ct->protoinfo.dccp.handshake_seq = be64toh( in nfct_parse_protoinfo_dccp()
137 uint64_t handshake_seq; member