Searched defs:filter_entry (Results 1 – 3 of 3) sorted by relevance
1087 struct filter_entry { struct1089 u32 valid:1; /* filter allocated and valid */1090 u32 locked:1; /* filter is administratively locked */1092 u32 pending:1; /* filter action is pending firmware reply */1093 u32 smtidx:8; /* Source MAC Table index for smac */1094 struct filter_ctx *ctx; /* Caller's completion hook */1095 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */1096 struct net_device *dev; /* Associated net device */1097 u32 tid; /* This will store the actual tid */1104 struct ch_filter_specification fs;
161 int filter_entry; member
744 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local