Searched refs:IFLA_BOND_RESEND_IGMP (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_netlink.c | 107 [IFLA_BOND_RESEND_IGMP] = { .type = NLA_U32 }, 410 if (data[IFLA_BOND_RESEND_IGMP]) { in bond_changelink() 412 nla_get_u32(data[IFLA_BOND_RESEND_IGMP]); in bond_changelink() 416 data[IFLA_BOND_RESEND_IGMP], extack); in bond_changelink() 594 nla_total_size(sizeof(u32)) + /* IFLA_BOND_RESEND_IGMP */ in bond_get_size() 732 if (nla_put_u32(skb, IFLA_BOND_RESEND_IGMP, in bond_fill_info()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_netlink.c | 97 [IFLA_BOND_RESEND_IGMP] = { .type = NLA_U32 }, 336 if (data[IFLA_BOND_RESEND_IGMP]) { in bond_changelink() 338 nla_get_u32(data[IFLA_BOND_RESEND_IGMP]); in bond_changelink() 487 nla_total_size(sizeof(u32)) + /* IFLA_BOND_RESEND_IGMP */ in bond_get_size() 600 if (nla_put_u32(skb, IFLA_BOND_RESEND_IGMP, in bond_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 640 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 831 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 936 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 535 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 851 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 535 IFLA_BOND_RESEND_IGMP, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 480 IFLA_BOND_RESEND_IGMP, enumerator
|
Completed in 21 milliseconds