Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_hs_bpf.c23 static int smc_hs_ctrl_reg(struct smc_hs_ctrl *ctrl) in smc_hs_ctrl_reg()
37 static void smc_hs_ctrl_unreg(struct smc_hs_ctrl *ctrl) in smc_hs_ctrl_unreg()
47 struct smc_hs_ctrl *smc_hs_ctrl_find_by_name(const char *name) in smc_hs_ctrl_find_by_name()
49 struct smc_hs_ctrl *ctrl; in smc_hs_ctrl_find_by_name()
65 static struct smc_hs_ctrl __smc_bpf_hs_ctrl = {
89 const struct smc_hs_ctrl *u_ctrl; in smc_bpf_hs_ctrl_init_member()
90 struct smc_hs_ctrl *k_ctrl; in smc_bpf_hs_ctrl_init_member()
93 u_ctrl = (const struct smc_hs_ctrl *)udata; in smc_bpf_hs_ctrl_init_member()
94 k_ctrl = (struct smc_hs_ctrl *)kdata; in smc_bpf_hs_ctrl_init_member()
98 case offsetof(struct smc_hs_ctrl, name): in smc_bpf_hs_ctrl_init_member()
[all …]
H A Dsmc_sysctl.c40 struct smc_hs_ctrl *ctrl = NULL; in smc_net_replace_smc_hs_ctrl()
79 struct smc_hs_ctrl *ctrl; in proc_smc_hs_ctrl()
207 struct smc_hs_ctrl *ctrl; in smc_sysctl_net_init()
H A Dsmc_hs_bpf.h23 struct smc_hs_ctrl *smc_hs_ctrl_find_by_name(const char *name);
/linux/include/net/
H A Dsmc.h64 struct smc_hs_ctrl { struct
94 struct smc_hs_ctrl *ctrl; \ argument
/linux/include/net/netns/
H A Dsmc.h21 struct smc_hs_ctrl __rcu *hs_ctrl;
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_smc.c113 struct smc_hs_ctrl linkcheck = {