Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_clc.h358 smc_get_clc_smcd_v2_ext(struct smc_clc_v2_extension *prop_v2ext) in smc_get_clc_smcd_v2_ext() argument
360 if (!prop_v2ext) in smc_get_clc_smcd_v2_ext()
362 if (!ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)) in smc_get_clc_smcd_v2_ext()
366 ((u8 *)prop_v2ext + in smc_get_clc_smcd_v2_ext()
369 sizeof(prop_v2ext->hdr.smcd_v2_ext_offset) + in smc_get_clc_smcd_v2_ext()
370 ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)); in smc_get_clc_smcd_v2_ext()