Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtnetlink.h25 RTM_BASE = 16, enumerator
26 #define RTM_BASE RTM_BASE macro
164 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE)
166 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
/Linux-v4.19/net/core/
Drtnetlink.c145 int msgindex = msgtype - RTM_BASE; in rtm_msgindex()
3273 int type = cb->nlh->nlmsg_type-RTM_BASE; in rtnl_dump_all()
4648 type -= RTM_BASE; in rtnetlink_rcv_msg()
4676 if (type == RTM_GETLINK - RTM_BASE) in rtnetlink_rcv_msg()