Searched refs:IFLA_BOND_AD_ACTOR_SYSTEM (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_netlink.c | 119 [IFLA_BOND_AD_ACTOR_SYSTEM] = { .type = NLA_BINARY, 521 if (data[IFLA_BOND_AD_ACTOR_SYSTEM]) { in bond_changelink() 522 if (nla_len(data[IFLA_BOND_AD_ACTOR_SYSTEM]) != ETH_ALEN) in bond_changelink() 526 nla_get_u64(data[IFLA_BOND_AD_ACTOR_SYSTEM])); in bond_changelink() 528 data[IFLA_BOND_AD_ACTOR_SYSTEM], extack); in bond_changelink() 611 nla_total_size(ETH_ALEN) + /* IFLA_BOND_AD_ACTOR_SYSTEM */ in bond_get_size() 789 if (nla_put(skb, IFLA_BOND_AD_ACTOR_SYSTEM, in bond_fill_info()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_netlink.c | 108 [IFLA_BOND_AD_ACTOR_SYSTEM] = { .type = NLA_BINARY, 426 if (data[IFLA_BOND_AD_ACTOR_SYSTEM]) { in bond_changelink() 427 if (nla_len(data[IFLA_BOND_AD_ACTOR_SYSTEM]) != ETH_ALEN) in bond_changelink() 431 nla_get_u64(data[IFLA_BOND_AD_ACTOR_SYSTEM])); in bond_changelink() 503 nla_total_size(ETH_ALEN) + /* IFLA_BOND_AD_ACTOR_SYSTEM */ in bond_get_size() 649 if (nla_put(skb, IFLA_BOND_AD_ACTOR_SYSTEM, in bond_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 651 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 842 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 947 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 546 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 862 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 546 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 491 IFLA_BOND_AD_ACTOR_SYSTEM, enumerator
|
Completed in 20 milliseconds