Home
last modified time | relevance | path

Searched full:sc_c (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c42 data->sc_c, data->napd, data->auth_protocol[0].dhchap.authid, in nvmet_auth_negotiate()
46 req->sq->sc_c = data->sc_c; in nvmet_auth_negotiate()
47 if (data->sc_c != NVME_AUTH_SECP_NOSC) { in nvmet_auth_negotiate()
53 switch (data->sc_c) { in nvmet_auth_negotiate()
H A Dauth.c370 *buf = req->sq->sc_c; in nvmet_auth_host_hash()
H A Dnvmet.h162 u8 sc_c; member
/linux/drivers/nvme/host/
H A Dauth.c39 u8 sc_c; member
139 data->sc_c = NVME_AUTH_SECP_REPLACETLSPSK; in nvme_auth_set_dhchap_negotiate_data()
141 data->sc_c = NVME_AUTH_SECP_NEWTLSPSK; in nvme_auth_set_dhchap_negotiate_data()
143 data->sc_c = NVME_AUTH_SECP_NOSC; in nvme_auth_set_dhchap_negotiate_data()
158 chap->sc_c = data->sc_c; in nvme_auth_set_dhchap_negotiate_data()
495 *buf = chap->sc_c; in nvme_auth_dhchap_setup_host_response()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh738 local sc_c=$!
755 kill $sc_r $sc_c 2>/dev/null
/linux/include/linux/
H A Dnvme.h1867 __u8 sc_c; member