Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dlinkstate.c218 .reply_cmd = ETHTOOL_MSG_LINKSTATE_GET_REPLY,
H A Deeprom.c228 .reply_cmd = ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY,
H A Dpse-pd.c332 .reply_cmd = ETHTOOL_MSG_PSE_GET_REPLY,
H A Dnetlink.h421 u8 reply_cmd; member
H A Dstrset.c491 .reply_cmd = ETHTOOL_MSG_STRSET_GET_REPLY,
H A Dtsconfig.c453 .reply_cmd = ETHTOOL_MSG_TSCONFIG_GET_REPLY,
H A Dcoalesce.c656 .reply_cmd = ETHTOOL_MSG_COALESCE_GET_REPLY,
H A Drss.c917 .reply_cmd = ETHTOOL_MSG_RSS_GET_REPLY,
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4821 int ret, cmd, reply_cmd; in ip_vs_genl_get_cmd() local
4828 reply_cmd = IPVS_CMD_NEW_SERVICE; in ip_vs_genl_get_cmd()
4830 reply_cmd = IPVS_CMD_SET_INFO; in ip_vs_genl_get_cmd()
4832 reply_cmd = IPVS_CMD_SET_CONFIG; in ip_vs_genl_get_cmd()
4844 reply = genlmsg_put_reply(msg, info, &ip_vs_genl_family, 0, reply_cmd); in ip_vs_genl_get_cmd()