Home
last modified time | relevance | path

Searched refs:hello_time (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/network/netdev/
Dbridge.c69 if (b->hello_time > 0) { in netdev_bridge_post_create_message()
70 … r = sd_netlink_message_append_u32(req, IFLA_BR_HELLO_TIME, usec_to_jiffies(b->hello_time)); in netdev_bridge_post_create_message()
Dbridge.h24 usec_t hello_time; member
Dnetdev-gperf.gperf213 …fig_parse_sec, 0, offsetof(Bridge, hello_time)
/systemd-251/src/basic/linux/
Dif_bridge.h60 __u32 hello_time; member
/systemd-251/src/network/
Dnetworkctl.c292 uint32_t hello_time; member
399 (void) sd_netlink_message_read_u32(m, IFLA_BR_HELLO_TIME, &info->hello_time); in decode_netdev()
1783 TABLE_TIMESPAN_MSEC, jiffies_to_usec(info->hello_time), in link_status_one()