Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dconntrack.c1930 struct nlattr *nla_reply; in ovs_ct_limit_cmd_get()
1943 nla_reply = nla_nest_start_noflag(reply, OVS_CT_LIMIT_ATTR_ZONE_LIMIT); in ovs_ct_limit_cmd_get()
1944 if (!nla_reply) { in ovs_ct_limit_cmd_get()
1963 nla_nest_end(reply, nla_reply);
1910 struct nlattr *nla_reply; ovs_ct_limit_cmd_get() local