Searched refs:rtnl_dump_all (Results 1 – 1 of 1) sorted by relevance
/net/core/ |
D | rtnetlink.c | 3784 static int rtnl_dump_all(struct sk_buff *skb, struct netlink_callback *cb) in rtnl_dump_all() function 5714 rtnl_register(PF_UNSPEC, RTM_GETADDR, NULL, rtnl_dump_all, 0); in rtnetlink_init() 5715 rtnl_register(PF_UNSPEC, RTM_GETROUTE, NULL, rtnl_dump_all, 0); in rtnetlink_init() 5716 rtnl_register(PF_UNSPEC, RTM_GETNETCONF, NULL, rtnl_dump_all, 0); in rtnetlink_init()
|