Searched refs:IFLA_BRPORT_BACKUP_PORT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 172 + nla_total_size(4); /* IFLA_BRPORT_BACKUP_PORT */ in br_nlmsg_size() 249 nla_put_u32(skb, IFLA_BRPORT_BACKUP_PORT, in br_port_fill_attrs() 730 [IFLA_BRPORT_BACKUP_PORT] = { .type = NLA_U32 }, 885 if (tb[IFLA_BRPORT_BACKUP_PORT]) { in br_setport() 889 backup_ifindex = nla_get_u32(tb[IFLA_BRPORT_BACKUP_PORT]); in br_setport()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink.c | 230 + nla_total_size(4); /* IFLA_BRPORT_BACKUP_PORT */ in br_nlmsg_size() 319 nla_put_u32(skb, IFLA_BRPORT_BACKUP_PORT, in br_port_fill_attrs() 898 [IFLA_BRPORT_BACKUP_PORT] = { .type = NLA_U32 }, 1057 if (tb[IFLA_BRPORT_BACKUP_PORT]) { in br_setport() 1061 backup_ifindex = nla_get_u32(tb[IFLA_BRPORT_BACKUP_PORT]); in br_setport()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 345 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 524 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 563 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 282 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 537 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 282 IFLA_BRPORT_BACKUP_PORT, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 263 IFLA_BRPORT_BACKUP_PORT, enumerator
|
Completed in 22 milliseconds