Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Drtnetlink.h55 static inline int rtnl_msg_family(const struct nlmsghdr *nlh) in rtnl_msg_family() function
/openbmc/linux/net/core/
H A Dfib_rules.c1156 family = rtnl_msg_family(nlh); in fib_nl_dumprule()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c1013 if (rtnl_msg_family(cb->nlh) != PF_INET) in inet_dump_fib()
H A Dipmr.c2621 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IPMR) in ipmr_rtm_dumproute()
/openbmc/linux/net/ipv6/
H A Dip6mr.c2629 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IP6MR) in ip6mr_rtm_dumproute()
H A Dip6_fib.c671 if (rtnl_msg_family(cb->nlh) != PF_INET6) in inet6_dump_fib()