Searched refs:mpls (Results 1 – 2 of 2) sorted by relevance
108 for mac in none mpls eth ; do253 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536254 ip netns exec "${ns2}" ip -f mpls route add 1000 dev lo256 ip netns exec "${ns2}" sysctl -qw net.mpls.conf.testtun0.input=1
379 struct mpls_label *mpls, _mpls; in PROG() local381 mpls = bpf_flow_dissect_get_header(skb, sizeof(*mpls), &_mpls); in PROG()382 if (!mpls) in PROG()