26#define ROUTING_FAMILIES __table ( struct routing_family, "routing_families" )
29#define __routing_family( order ) __table_entry ( ROUTING_FAMILIES, order )
31#define ROUTING_IPV4 01
32#define ROUTING_IPV6 02
34extern void route (
void );
static struct net_device * netdev
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void route(void)
Print routing table.
void(* print)(struct net_device *netdev)
Print routes for a network device.