Searched defs:cookie (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 1448 dpif_solaris_get_priority_details(void *cookie, odp_port_t outport, argument 1451 struct dpif_solaris *dpif = (struct dpif_solaris *)cookie;
|
H A D | util-solaris.c | 1848 void *cookie, uint32_t ofports[], int nofports, uint32_t queueid, 1861 if ((err = dpif_solaris_get_priority_details(cookie, ofports[0], 2028 solaris_nlattr_to_DLVal(void *cookie, argument 2064 cookie, ofports, nofports, queueid, dstr, 2082 union user_action_cookie cookie; local 2087 memcpy(&cookie, nl_attr_get(userdata), userdata_len); 2088 if (userdata_len < sizeof (cookie.type) || 2089 userdata_len > sizeof (cookie)) { 2096 if (userdata_len != MAX(8, sizeof (cookie.slow_path)) || 2097 cookie 1847 solaris_maxbw_action_to_DLVal(dlmgr__rad_dict_string_DLValue_t *prop, void *cookie, uint32_t ofports[], int nofports, uint32_t queueid, char *dstr, size_t dstrlen) argument 2273 solaris_add_flow(void *cookie, const char *linkname, const char *flowname, struct flow *f, struct flow *m, const struct nlattr *actions_nlattr, size_t actions_len) argument 2345 solaris_modify_flow(void *cookie, const char *flowname, const struct nlattr *actions_nlattr, size_t actions_len) argument 2630 union user_action_cookie cookie; local [all...] |
Completed in 59 milliseconds