Lines Matching defs:disabled
106 unsigned int count; /* Number of addrs. Zero means disabled */
203 struct list_head disabled;
596 list_add_tail(&tfile->next, &tun->disabled);
725 list_for_each_entry(tfile, &tun->disabled, next) {
741 list_for_each_entry_safe(tfile, tmp, &tun->disabled, next) {
913 * unicast will leave the filter disabled. */
1006 INIT_LIST_HEAD(&tun->disabled);
1095 * This is a noop if the filter is disabled.
1216 list_for_each_entry(tfile, &tun->disabled, next) {
2319 BUG_ON(!(list_empty(&tun->disabled)));
2551 * always called with bh disabled
3177 arg ? "disabled" : "enabled");
3196 arg ? "enabled" : "disabled");
3677 list_for_each_entry(tfile, &tun->disabled, next)