Home
last modified time | relevance | path

Searched defs:filter_entry (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dftrace.h31 struct filter_entry { struct
32 struct list_head list;
33 char name[];
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1458 struct filter_entry { struct
1460 u32 valid:1; /* filter allocated and valid */
1461 u32 locked:1; /* filter is administratively locked */
1463 u32 pending:1; /* filter action is pending firmware reply */
1464 struct filter_ctx *ctx; /* Caller's completion hook */
1465 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
1466 struct smt_entry *smt; /* Source Mac Table entry for smac */
1467 struct net_device *dev; /* Associated net device */
1468 u32 tid; /* This will store the actual tid */
1475 struct ch_filter_specification fs;
/linux-5.19.10/drivers/tty/hvc/
Dhvc_iucv.c742 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local