|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/times.h>#include "br_private.h"#include "br_private_stp.h"Go to the source code of this file.
Functions | |
| void | br_stp_timer_init (struct net_bridge *br) |
| void | br_stp_port_timer_init (struct net_bridge_port *p) |
| unsigned long | br_timer_value (const struct timer_list *timer) |
| void br_stp_port_timer_init | ( | struct net_bridge_port * | p | ) |
Definition at line 157 of file br_stp_timer.c.
| void br_stp_timer_init | ( | struct net_bridge * | br | ) |
Definition at line 142 of file br_stp_timer.c.
| unsigned long br_timer_value | ( | const struct timer_list * | timer | ) |
Definition at line 170 of file br_stp_timer.c.
1.8.2