Searched refs:MPLS (Results 1 – 12 of 12) sorted by relevance
| /linux/net/mpls/ |
| A D | Kconfig | 3 # MPLS configuration 6 menuconfig MPLS config 13 MPLS remains a simple way of making tunnels. 15 If you have not heard of MPLS you probably want to say N here. 17 if MPLS 20 tristate "MPLS: GSO support" 23 that have had MPLS stack entries pushed onto them and thus 24 become MPLS GSO packets. 27 tristate "MPLS: routing support" 34 tristate "MPLS: IP over MPLS tunnel support" [all …]
|
| A D | mpls_iptunnel.c | 300 MODULE_ALIAS_RTNL_LWT(MPLS);
|
| /linux/Documentation/networking/ |
| A D | bareudp.rst | 12 tunnelling different L3 protocols like MPLS, IP, NSH etc. inside a UDP tunnel. 16 The bareudp device supports special handling for MPLS & IP as they can have 18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 31 0x8847 (MPLS traffic). The destination port of the UDP header will be set to 39 same family. It is currently only available for IP and MPLS. This mode has to 49 For MPLS, the multiproto mode allows the tunnel to handle both unicast 50 and multicast MPLS packets.
|
| A D | mpls-sysctl.rst | 4 MPLS Sysfs variables 32 the MPLS header on imposing labels and propagated from the 33 MPLS header to the IPv4/IPv6 header on popping the last label. 35 If disabled, the MPLS transport network will appear as a 42 Default TTL value to use for MPLS packets where it cannot be
|
| A D | pktgen.rst | 197 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | bpf_flow.c | 35 #define MPLS 4 macro 129 bpf_tail_call_static(skb, &jmp_table, MPLS); in parse_eth_proto() 392 PROG(MPLS)(struct __sk_buff *skb) in PROG() argument
|
| /linux/Documentation/netlink/specs/ |
| A D | ovs_flow.yaml | 311 MPLS label stack entry to push 319 indicating MPLS unicast or multicast. Other are rejected. 329 MPLS label stack entry to push 337 indicating MPLS unicast or multicast. Other are rejected. 342 MPLS tunnel attributes. 647 Push a new MPLS label stack entry onto the top of the packets MPLS 723 Push a new MPLS label stack entry at the start of the packet or at the
|
| /linux/net/openvswitch/ |
| A D | Kconfig | 15 select MPLS
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-trap.rst | 176 undergo a layer 3 lookup, but are not IP or MPLS packets 431 - Traps packets dropped due to an error in the MPLS header parsing which
|
| /linux/net/sched/ |
| A D | Kconfig | 796 tristate "MPLS manipulation" 799 Say Y here to push or pop MPLS headers.
|
| /linux/drivers/net/ |
| A D | Kconfig | 271 kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A D | dr_ste_v1.c | 1590 sb->lu_type = DR_STE_CALC_DFNR_TYPE(MPLS, sb->inner); in dr_ste_v1_build_mpls_init()
|
Completed in 31 milliseconds