Searched refs:MPLS (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/net/mpls/ |
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 …]
|
D | mpls_iptunnel.c | 302 MODULE_ALIAS_RTNL_LWT(MPLS);
|
/Linux-v6.6/Documentation/networking/ |
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.
|
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
|
D | pktgen.rst | 196 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
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-v6.6/net/openvswitch/ |
D | Kconfig | 14 select MPLS
|
/Linux-v6.6/Documentation/networking/devlink/ |
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-v6.6/net/sched/ |
D | Kconfig | 806 tristate "MPLS manipulation" 809 Say Y here to push or pop MPLS headers.
|
/Linux-v6.6/drivers/net/ |
D | Kconfig | 271 kinds of traffic like MPLS, IP, etc. inside a UDP tunnel.
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste_v1.c | 1590 sb->lu_type = DR_STE_CALC_DFNR_TYPE(MPLS, sb->inner); in dr_ste_v1_build_mpls_init()
|