Home
last modified time | relevance | path

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

/linux-6.12.1/net/smc/
Dsmc_clc.h391 smc_get_clc_smcd_v2_ext(struct smc_clc_v2_extension *prop_v2ext) in smc_get_clc_smcd_v2_ext() argument
393 if (!prop_v2ext) in smc_get_clc_smcd_v2_ext()
395 if (!ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)) in smc_get_clc_smcd_v2_ext()
399 ((u8 *)prop_v2ext + in smc_get_clc_smcd_v2_ext()
402 sizeof(prop_v2ext->hdr.smcd_v2_ext_offset) + in smc_get_clc_smcd_v2_ext()
403 ntohs(prop_v2ext->hdr.smcd_v2_ext_offset)); in smc_get_clc_smcd_v2_ext()