Searched refs:SMC_DIAG_CONNINFO (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | smc_diag.h | 45 SMC_DIAG_CONNINFO, enumerator 55 /* SMC_DIAG_CONNINFO */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | smc_diag.h | 45 SMC_DIAG_CONNINFO, enumerator 55 /* SMC_DIAG_CONNINFO */
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 36 SMC_DIAG_CONNINFO, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 49 SMC_DIAG_CONNINFO, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | smc_diag.h | 49 SMC_DIAG_CONNINFO, enumerator
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_diag.c | 118 if ((req->diag_ext & (1 << (SMC_DIAG_CONNINFO - 1))) && in __smc_diag_dump() 154 if (nla_put(skb, SMC_DIAG_CONNINFO, sizeof(cinfo), &cinfo) < 0) in __smc_diag_dump()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_diag.c | 105 if ((req->diag_ext & (1 << (SMC_DIAG_CONNINFO - 1))) && in __smc_diag_dump() 141 if (nla_put(skb, SMC_DIAG_CONNINFO, sizeof(cinfo), &cinfo) < 0) in __smc_diag_dump()
|
Completed in 3 milliseconds