netlink_packet_route/rtnl/tc/nlas/qdisc/
mod.rs

1// SPDX-License-Identifier: MIT
2
3pub mod ingress {
4    pub const KIND: &str = "ingress";
5}