Home
last modified time | relevance | path

Searched refs:MPLS (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/mpls/
DKconfig3 # 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 …]
Dmpls_iptunnel.c302 MODULE_ALIAS_RTNL_LWT(MPLS);
/Linux-v5.4/Documentation/networking/
Dmpls-sysctl.txt24 the MPLS header on imposing labels and propagated from the
25 MPLS header to the IPv4/IPv6 header on popping the last label.
27 If disabled, the MPLS transport network will appear as a
34 Default TTL value to use for MPLS packets where it cannot be
Dpktgen.txt190 pgset "mpls 0001000a,0002000a,0000000a" set MPLS labels (in this example
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dbpf_flow.c34 MPLS, enumerator
128 bpf_tail_call(skb, &jmp_table, MPLS); in parse_eth_proto()
376 PROG(MPLS)(struct __sk_buff *skb) in PROG() argument
/Linux-v5.4/net/openvswitch/
DKconfig14 select MPLS
/Linux-v5.4/net/sched/
DKconfig846 tristate "MPLS manipulation"
849 Say Y here to push or pop MPLS headers.