Home
last modified time | relevance | path

Searched refs:ethtype (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dtc_flower.sh394 local ethtype="88 47"; readonly ethtype
406 pkt="$ethtype $(mpls_lse 1048575 0 1 255)"
415 pkt="$ethtype $(mpls_lse 0 0 1 255)"
432 local ethtype="88 47"; readonly ethtype
444 pkt="$ethtype $(mpls_lse 0 7 1 255)"
453 pkt="$ethtype $(mpls_lse 0 0 1 255)"
470 local ethtype="88 47"; readonly ethtype
482 pkt="$ethtype $(mpls_lse 0 0 1 255)"
492 pkt="$ethtype $(mpls_lse 0 0 0 255) $(mpls_lse 0 0 1 255)"
509 local ethtype="88 47"; readonly ethtype
[all …]
/external/libnl/lib/route/cls/
Dflower.c472 int rtnl_flower_set_vlan_ethtype(struct rtnl_cls *cls, uint16_t ethtype) in rtnl_flower_set_vlan_ethtype() argument
485 f->cf_vlan_ethtype = htons(ethtype); in rtnl_flower_set_vlan_ethtype()