cfcnfg
struct cfcnfg;
struct cfcnfg *get_cfcnfg(struct net *net);
struct cfcnfg *cfcnfg_create(void);
void cfcnfg_remove(struct cfcnfg *cfg);
cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
struct cfcnfg *cfg = get_cfcnfg(dev_net(dev));
struct cfcnfg *cfg;
struct cfcnfg *cfg;
struct cfcnfg *cfg = get_cfcnfg(net);
struct cfcnfg *get_cfcnfg(struct net *net)
void cfcnfg_remove(struct cfcnfg *cfg)
static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg,
static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi)
struct cfcnfg *cfg = get_cfcnfg(net);
static int caif_connect_req_to_link_param(struct cfcnfg *cnfg,
#define container_obj(layr) container_of(layr, struct cfcnfg, layer)
struct cfcnfg *cfg = get_cfcnfg(net);
struct cfcnfg *cnfg = container_obj(layer);
cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer)
struct cfcnfg *cfcnfg_create(void)
struct cfcnfg *this;
this = kzalloc_obj(struct cfcnfg, GFP_ATOMIC);