Searched refs:MPLS (Results 1 – 10 of 10) sorted by relevance
/linux/net/mpls/ |
H 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" 22 This is helper module to allow segmentation of non-MPLS GSO packets 23 that have had MPLS stack entries pushed onto them and thus 24 become MPLS GSO packets. 27 tristate "MPLS: routing support" [all …]
|
H A D | mpls_iptunnel.c | 300 MODULE_ALIAS_RTNL_LWT(MPLS);
|
/linux/Documentation/networking/ |
H A D | bareudp.rst | 12 tunnelling different L3 protocols like MPLS, IP, NSH etc. inside a UDP tunnel. 17 The bareudp device supports special handling for MPLS & IP as they can have 19 The MPLS protocol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 32 0x8847 (MPLS traffic). The destination port of the UDP header will be set to 40 same family. It is currently only available for IP and MPLS. This mode has to 50 For MPLS, the multiproto mode allows the tunnel to handle both unicast 51 and multicast MPLS packets.
|
H 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
|
H A D | pktgen.rst | 197 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
|
/linux/tools/testing/selftests/bpf/progs/ |
H 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/net/openvswitch/ |
H A D | Kconfig | 15 select MPLS
|
/linux/Documentation/networking/devlink/ |
H 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/ |
H A D | Kconfig | 796 tristate "MPLS manipulation" 799 Say Y here to push or pop MPLS headers.
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_ste_v1.c | 1454 sb->lu_type = DR_STE_CALC_DFNR_TYPE(MPLS, sb->inner); in dr_ste_v1_build_mpls_init()
|