RTMNEWQDISCRTMDELLQDISC
RTMNEWQDISCRTMDELLQDISC is not an official single term in Linux or networking literature. It is commonly encountered as a concatenation of two Netlink route message identifiers used by the kernel’s network subsystem to manage queue disciplines (qdisc) in the tc framework. Specifically, it combines RTM_NEWQDISC and RTM_DELLQDISC.
RTM_NEWQDISC represents a request to create a new qdisc on a given network device, while RTM_DELLQDISC represents
In practice, the combined string may appear in logs, debugging output, or documentation to indicate that both
See also: Linux traffic control (tc), queuing discipline (qdisc), Netlink, RTM_NEWQDISC, RTM_DELLQDISC, NETLINK_ROUTE.