Searched refs:d1 (Results 1 – 5 of 5) sorted by relevance
27 int d1, d2; in nft_range_eval() local29 d1 = memcmp(®s->data[priv->sreg], &priv->data_from, priv->len); in nft_range_eval()33 if (d1 < 0 || d2 > 0) in nft_range_eval()37 if (d1 >= 0 && d2 <= 0) in nft_range_eval()
142 u32 d1 = dm / 100; /* Low threshold */ in alpha() local144 if (da <= d1) { in alpha()178 dm -= d1; in alpha()179 da -= d1; in alpha()
297 } __packed d1; member434 offsetofend(struct smc_clc_msg_accept_confirm, d1); in smc_get_clc_first_contact_ext()
1072 clc->d1.chid = htons(chid); in smcd_clc_prep_confirm_accept()1074 memcpy(clc->d1.eid, eid, SMC_MAX_EID_LEN); in smcd_clc_prep_confirm_accept()1076 clc->d1.gid_ext = htonll(smcd_gid.gid_ext); in smcd_clc_prep_confirm_accept()
698 memcpy(smc->conn.lgr->negotiated_eid, clc->d1.eid, in smc_conn_save_peer_info_fce()700 clc_v2_len = offsetofend(struct smc_clc_msg_accept_confirm, d1); in smc_conn_save_peer_info_fce()1394 if (ini->ism_chid[i] == ntohs(aclc->d1.chid)) { in smc_v2_determine_accepted_chid()1431 ntohll(aclc->d1.gid_ext); in smc_connect_ism()1464 eid = aclc->d1.eid; in smc_connect_ism()
Completed in 19 milliseconds