Lines Matching +full:re +full:- +full:routed
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
10 * Type of media we're bridging (ethernet, token ring, etc) Currently only
15 #define BR2684_MEDIA_TR (2) /* 802.5 - token ring */
20 #define BR2684_FLAG_ROUTED (1<<16) /* payload is routed, not bridged */
39 #define BR2684_ENCAPS_VC (0) /* VC-mux */
44 * Is this VC bridged or routed?
51 * This is for the ATM_NEWBACKENDIF call - these are like socket families:
53 * is per-backend specific
63 * This structure is used to specify a br2684 interface - either by a
78 * This is for the ATM_SETBACKEND call - these are like socket families:
80 * is per-backend specific
89 int has_vpiid; /* 1: use vpn_id - Unsupported */
97 * terminating a large number of IP-only vcc's. When netfilter allows
98 * efficient per-if in/out filters, this support will be removed