Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
Dftrace.h30 struct filter_entry { struct
31 struct list_head list;
32 char name[];
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-ftrace.c56 struct filter_entry { struct
57 struct list_head list;
58 char name[];
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1456 struct filter_entry { struct
1458 u32 valid:1; /* filter allocated and valid */
1459 u32 locked:1; /* filter is administratively locked */
1461 u32 pending:1; /* filter action is pending firmware reply */
1462 struct filter_ctx *ctx; /* Caller's completion hook */
1463 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
1464 struct smt_entry *smt; /* Source Mac Table entry for smac */
1465 struct net_device *dev; /* Associated net device */
1466 u32 tid; /* This will store the actual tid */
1473 struct ch_filter_specification fs;
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1460 struct filter_entry { struct
1462 u32 valid:1; /* filter allocated and valid */
1463 u32 locked:1; /* filter is administratively locked */
1465 u32 pending:1; /* filter action is pending firmware reply */
1466 struct filter_ctx *ctx; /* Caller's completion hook */
1467 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */
1468 struct smt_entry *smt; /* Source Mac Table entry for smac */
1469 struct net_device *dev; /* Associated net device */
1470 u32 tid; /* This will store the actual tid */
1477 struct ch_filter_specification fs;
/kernel/linux/linux-6.6/drivers/tty/hvc/
Dhvc_iucv.c741 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local
/kernel/linux/linux-5.10/drivers/tty/hvc/
Dhvc_iucv.c744 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local