Home
last modified time | relevance | path

Searched refs:IFLA_HSR_PROTOCOL (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_netlink.c25 [IFLA_HSR_PROTOCOL] = { .type = NLA_U8 },
75 if (data[IFLA_HSR_PROTOCOL]) in hsr_newlink()
76 proto = nla_get_u8(data[IFLA_HSR_PROTOCOL]); in hsr_newlink()
145 if (nla_put_u8(skb, IFLA_HSR_PROTOCOL, proto)) in hsr_fill_info()
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_netlink.c25 [IFLA_HSR_PROTOCOL] = { .type = NLA_U8 },
75 if (data[IFLA_HSR_PROTOCOL]) in hsr_newlink()
76 proto = nla_get_u8(data[IFLA_HSR_PROTOCOL]); in hsr_newlink()
145 if (nla_put_u8(skb, IFLA_HSR_PROTOCOL, proto)) in hsr_fill_info()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_link.h1106 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_link.h1215 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_link.h745 IFLA_HSR_PROTOCOL, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dif_link.h1130 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_link.h745 IFLA_HSR_PROTOCOL, enumerator

Completed in 17 milliseconds