Searched refs:ip_vs_genl_family (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/netfilter/ipvs/ |
| D | ip_vs_ctl.c | 2802 static struct genl_family ip_vs_genl_family = { variable 2983 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_service() 3181 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_dest() 3333 &ip_vs_genl_family, NLM_F_MULTI, in ip_vs_genl_dump_daemon() 3654 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd() 3824 return genl_register_family_with_ops(&ip_vs_genl_family, in ip_vs_genl_register() 3830 genl_unregister_family(&ip_vs_genl_family); in ip_vs_genl_unregister()
|