Searched refs:filter_entry (Results 1 – 9 of 9) sorted by relevance
362 struct filter_entry *f; in get_filter_count()552 struct filter_entry *f; in cxgb4_get_free_ftid()761 struct filter_entry *f; in del_filter_wr()796 struct filter_entry *f; in set_filter_wr()955 struct filter_entry *f; in delete_filter()1033 struct filter_entry *f; in clear_all_filters()1376 struct filter_entry *f; in cxgb4_set_hash_filter()1744 struct filter_entry *f; in cxgb4_del_hash_filter()1806 struct filter_entry *f; in __cxgb4_del_filter()1974 struct filter_entry *f; in hash_del_filter_rpl()[all …]
46 void clear_filter(struct adapter *adap, struct filter_entry *f);51 int writable_filter(struct filter_entry *f);
122 struct filter_entry *hpftid_tab;127 struct filter_entry *ftid_tab;
358 struct filter_entry *f; in cxgb4_delete_knode()
1627 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap, in cxgb4_get_filter_entry()1706 struct filter_entry *f; in cxgb4_ntuple_get_filter()1820 struct filter_entry *f; in cxgb4_ntuple_del_filter()
1867 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()1869 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init()2920 struct filter_entry *f; in cxgb4_create_server_filter()2988 struct filter_entry *f; in cxgb4_remove_server_filter()
1458 struct filter_entry { struct
56 struct filter_entry { struct368 struct filter_entry *pos; in __set_tracing_filter()760 struct filter_entry *entry; in parse_filter_func()774 struct filter_entry *pos, *tmp; in delete_filter_func()
742 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local750 filter_entry = hvc_iucv_filter + (8 * i); in hvc_iucv_filter_connreq()757 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()758 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq()759 if (0 == memcmp(ipvmid, filter_entry, len)) in hvc_iucv_filter_connreq()
Completed in 44 milliseconds