Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c3631 int ret, cmd, reply_cmd; in ip_vs_genl_get_cmd() local
3638 reply_cmd = IPVS_CMD_NEW_SERVICE; in ip_vs_genl_get_cmd()
3640 reply_cmd = IPVS_CMD_SET_INFO; in ip_vs_genl_get_cmd()
3642 reply_cmd = IPVS_CMD_SET_CONFIG; in ip_vs_genl_get_cmd()
3654 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()