Home
last modified time | relevance | path

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

/net/netfilter/
A 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/
A 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/
A Dsmc_clc.h297 } __packed d1; member
434 offsetofend(struct smc_clc_msg_accept_confirm, d1); in smc_get_clc_first_contact_ext()
A Dsmc_clc.c1072 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()
A Daf_smc.c698 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