Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Dconntrack.c2194 struct nlattr *nla_reply; in ovs_ct_limit_cmd_get() local
2207 nla_reply = nla_nest_start_noflag(reply, OVS_CT_LIMIT_ATTR_ZONE_LIMIT); in ovs_ct_limit_cmd_get()
2208 if (!nla_reply) { in ovs_ct_limit_cmd_get()
2226 nla_nest_end(reply, nla_reply); in ovs_ct_limit_cmd_get()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.c1886 struct nlattr *nla_reply; in ovs_ct_limit_cmd_get() local
1899 nla_reply = nla_nest_start_noflag(reply, OVS_CT_LIMIT_ATTR_ZONE_LIMIT); in ovs_ct_limit_cmd_get()
1900 if (!nla_reply) { in ovs_ct_limit_cmd_get()
1918 nla_nest_end(reply, nla_reply); in ovs_ct_limit_cmd_get()

Completed in 6 milliseconds