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

/linux-master/net/core/
H A Dflow_offload.c392 struct flow_indr_dev *indr_dev; local
394 indr_dev = kmalloc(sizeof(*indr_dev), GFP_KERNEL);
395 if (!indr_dev)
398 indr_dev->cb = cb;
399 indr_dev->cb_priv = cb_priv;
400 refcount_set(&indr_dev->refcnt, 1);
402 return indr_dev;
434 struct flow_indr_dev *indr_dev; local
437 list_for_each_entry(indr_dev,
488 struct flow_indr_dev *this, *next, *indr_dev = NULL; local
[all...]

Completed in 83 milliseconds