Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Drtnetlink.h37 static inline int rtnl_msg_family(const struct nlmsghdr *nlh) in rtnl_msg_family() function
/Linux-v6.6/net/core/
Dfib_rules.c1156 family = rtnl_msg_family(nlh); in fib_nl_dumprule()
/Linux-v6.6/net/ipv4/
Dfib_frontend.c1013 if (rtnl_msg_family(cb->nlh) != PF_INET) in inet_dump_fib()
Dipmr.c2606 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IPMR) in ipmr_rtm_dumproute()
/Linux-v6.6/net/ipv6/
Dip6_fib.c674 if (rtnl_msg_family(cb->nlh) != PF_INET6) in inet6_dump_fib()
Dip6mr.c2613 if (rtnl_msg_family(cb->nlh) != RTNL_FAMILY_IP6MR) in ip6mr_rtm_dumproute()