Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dflow_offload.c177 struct flow_action_cookie *flow_action_cookie_create(void *data, in flow_action_cookie_create() function
190 EXPORT_SYMBOL(flow_action_cookie_create);
/kernel/linux/linux-5.10/include/net/
Dflow_offload.h192 struct flow_action_cookie *flow_action_cookie_create(void *data,
/kernel/linux/linux-5.10/net/sched/
Dcls_api.c3471 entry->cookie = flow_action_cookie_create(cookie->data, in tcf_act_get_cookie()