Home
last modified time | relevance | path

Searched refs:rtnl_msg_family (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Drtnetlink.h23 static inline int rtnl_msg_family(const struct nlmsghdr *nlh) in rtnl_msg_family() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_rules.c1135 family = rtnl_msg_family(nlh); in fib_nl_dumprule()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c999 if (rtnl_msg_family(cb->nlh) != PF_INET) in inet_dump_fib()
H A Dipmr.c2591 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IPMR) in ipmr_rtm_dumproute()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_fib.c669 if (rtnl_msg_family(cb->nlh) != PF_INET6) in inet6_dump_fib()
H A Dip6mr.c2509 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IP6MR) in ip6mr_rtm_dumproute()