Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_ctl.c2814 static struct genl_family ip_vs_genl_family; variable
3000 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_service()
3206 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_dest()
3359 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_daemon()
3681 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()
3849 static struct genl_family ip_vs_genl_family __ro_after_init = {
3862 return genl_register_family(&ip_vs_genl_family); in ip_vs_genl_register()
3867 genl_unregister_family(&ip_vs_genl_family); in ip_vs_genl_unregister()