Searched refs:IFLA_BR_HELLO_TIME (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 1062 [IFLA_BR_HELLO_TIME] = { .type = NLA_U32 }, 1115 if (data[IFLA_BR_HELLO_TIME]) { in br_changelink() 1116 err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME])); in br_changelink() 1390 nla_total_size(sizeof(u32)) + /* IFLA_BR_HELLO_TIME */ in br_get_size() 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_netlink.c | 1233 [IFLA_BR_HELLO_TIME] = { .type = NLA_U32 }, 1286 if (data[IFLA_BR_HELLO_TIME]) { in br_changelink() 1287 err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME])); in br_changelink() 1572 nla_total_size(sizeof(u32)) + /* IFLA_BR_HELLO_TIME */ in br_get_size() 1654 nla_put_u32(skb, IFLA_BR_HELLO_TIME, hello_time) || in br_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 250 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 429 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 467 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 191 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 441 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 191 IFLA_BR_HELLO_TIME, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 174 IFLA_BR_HELLO_TIME, enumerator
|
Completed in 22 milliseconds