Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_ctl.c3658 int ret, cmd, reply_cmd; in ip_vs_genl_get_cmd() local
3665 reply_cmd = IPVS_CMD_NEW_SERVICE; in ip_vs_genl_get_cmd()
3667 reply_cmd = IPVS_CMD_SET_INFO; in ip_vs_genl_get_cmd()
3669 reply_cmd = IPVS_CMD_SET_CONFIG; in ip_vs_genl_get_cmd()
3681 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()