Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_ctl.c2942 static struct genl_family ip_vs_genl_family; variable
3131 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_service()
3342 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_dest()
3506 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_daemon()
3824 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()
3996 static struct genl_family ip_vs_genl_family __ro_after_init = {
4010 return genl_register_family(&ip_vs_genl_family); in ip_vs_genl_register()
4015 genl_unregister_family(&ip_vs_genl_family); in ip_vs_genl_unregister()