Searched defs:filter_entry (Results 1 – 3 of 3) sorted by relevance
41 struct filter_entry { struct42 struct list_head list;43 char name[];
1212 struct filter_entry { struct1214 u32 valid:1; /* filter allocated and valid */1215 u32 locked:1; /* filter is administratively locked */1217 u32 pending:1; /* filter action is pending firmware reply */1218 struct filter_ctx *ctx; /* Caller's completion hook */1219 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */1220 struct smt_entry *smt; /* Source Mac Table entry for smac */1221 struct net_device *dev; /* Associated net device */1222 u32 tid; /* This will store the actual tid */1229 struct ch_filter_specification fs;
744 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local