Searched defs:filter_entry (Results 1 – 3 of 3) sorted by relevance
94 struct filter_entry { struct97 u32 valid:1; /* filter allocated and valid */98 u32 locked:1; /* filter is administratively locked */100 u32 pending:1; /* filter action is pending firmware reply */101 u32 smtidx:8; /* Source MAC Table index for smac */102 struct l2t_entry *l2t; /* Layer Two Table entry for dmac */109 struct ch_filter_specification fs;
161 int filter_entry; member
743 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local