Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 5 of 5) sorted by relevance

/net/netfilter/
Dnft_range.c27 int d1, d2; in nft_range_eval() local
29 d1 = memcmp(&regs->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()
/net/ipv4/
Dtcp_illinois.c142 u32 d1 = dm / 100; /* Low threshold */ in alpha() local
144 if (da <= d1) { in alpha()
178 dm -= d1; in alpha()
179 da -= d1; in alpha()
/net/smc/
Dsmc_clc.h283 } d1; member
403 offsetofend(struct smc_clc_msg_accept_confirm_v2, d1); in smc_get_clc_first_contact_ext()
Dsmc_clc.c1043 clc_v2->d1.chid = htons(smc_ism_get_chid(smcd)); in smc_clc_send_confirm_accept()
1045 memcpy(clc_v2->d1.eid, eid, SMC_MAX_EID_LEN); in smc_clc_send_confirm_accept()
Daf_smc.c672 memcpy(smc->conn.lgr->negotiated_eid, clc_v2->d1.eid, in smc_conn_save_peer_info_fce()
675 d1); in smc_conn_save_peer_info_fce()
1362 if (ini->ism_chid[i] == ntohs(aclc->d1.chid)) { in smc_v2_determine_accepted_chid()
1426 eid = clc_v2->d1.eid; in smc_connect_ism()