/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp.c | 178 br->hello_time = br->bridge_hello_time; in br_become_root_bridge() 185 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge() 217 bpdu.hello_time = br->hello_time; in br_transmit_config() 249 br->hello_time = bpdu->hello_time; in br_record_config_timeout_values() 562 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
|
H A D | br_private_stp.h | 37 int hello_time; member
|
H A D | br_stp_if.c | 55 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge() 174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
|
H A D | br_stp_bpdu.c | 117 br_set_ticks(buf+31, bpdu->hello_time); in br_send_config_bpdu() 225 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_rcv()
|
H A D | br_ioctl.c | 134 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl()
|
H A D | br_stp_timer.c | 41 round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()
|
H A D | br_sysfs_br.c | 74 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show() 83 static DEVICE_ATTR_RW(hello_time);
|
H A D | br_device.c | 480 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
|
H A D | br_netlink.c | 1446 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info() local 1471 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) || in br_fill_info()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp.c | 198 br->hello_time = br->bridge_hello_time; in br_become_root_bridge() 205 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_become_root_bridge() 237 bpdu.hello_time = br->hello_time; in br_transmit_config() 269 br->hello_time = bpdu->hello_time; in br_record_config_timeout_values() 582 br->hello_time = br->bridge_hello_time; in br_set_hello_time()
|
H A D | br_private_stp.h | 37 int hello_time; member
|
H A D | br_stp_if.c | 55 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_enable_bridge() 174 mod_timer(&br->hello_timer, jiffies + br->hello_time); in br_stp_start()
|
H A D | br_stp_bpdu.c | 117 br_set_ticks(buf+31, bpdu->hello_time); in br_send_config_bpdu() 225 bpdu.hello_time = br_get_ticks(buf+28); in br_stp_rcv()
|
H A D | br_stp_timer.c | 41 round_jiffies(jiffies + br->hello_time)); in br_hello_timer_expired()
|
H A D | br_ioctl.c | 172 b.hello_time = jiffies_to_clock_t(br->hello_time); in br_dev_siocdevprivate()
|
H A D | br_device.c | 529 br->bridge_hello_time = br->hello_time = 2 * HZ; in br_dev_setup()
|
H A D | br_sysfs_br.c | 91 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show() 106 static DEVICE_ATTR_RW(hello_time);
|
H A D | br_netlink.c | 1629 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info() local 1654 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) || in br_fill_info()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_stp.c | 36 u8 hello_time[2]; member 105 v16 = NR16(stpc->hello_time); in ebt_filter_config()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_stp.c | 36 u8 hello_time[2]; member 105 v16 = NR16(stpc->hello_time); in ebt_filter_config()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 46 __u32 hello_time; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_bridge.h | 60 __u32 hello_time; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 59 __u32 hello_time; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 59 __u32 hello_time; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_bridge.h | 60 __u32 hello_time; member
|