Home
last modified time | relevance | path

Searched defs:MPLS (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c35 #define MPLS 4 macro
392 PROG(MPLS)(struct __sk_buff *skb) in PROG() argument
/aosp_15_r20/external/scapy/scapy/contrib/
H A Dmpls.py25 class MPLS(Packet): class
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/
Dtypes.rs509 pub const MPLS: Self = Self(c::AF_MPLS as _); constant
839 pub const MPLS: Protocol = Protocol(new_raw_protocol(c::IPPROTO_MPLS as _)); constant
/aosp_15_r20/external/libpcap/
H A Dgrammar.h127 MPLS = 328, /* MPLS */ enumerator