Searched refs:IFLA_HSR_PROTOCOL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_netlink.c | 25 [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 D | hsr_netlink.c | 25 [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 D | if_link.h | 1106 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 1215 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 745 IFLA_HSR_PROTOCOL, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 1130 IFLA_HSR_PROTOCOL, /* Indicate different protocol than enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 745 IFLA_HSR_PROTOCOL, enumerator
|
Completed in 16 milliseconds