Searched refs:IFLA_GTP_ROLE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | gtp.c | 721 [IFLA_GTP_ROLE] = { .type = NLA_U32 }, 861 if (data[IFLA_GTP_ROLE]) { in gtp_encap_enable() 862 role = nla_get_u32(data[IFLA_GTP_ROLE]); in gtp_encap_enable()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | gtp.c | 1064 if (data[IFLA_GTP_ROLE]) { in gtp_newlink() 1065 role = nla_get_u32(data[IFLA_GTP_ROLE]); in gtp_newlink() 1129 [IFLA_GTP_ROLE] = { .type = NLA_U32 }, 1146 nla_total_size(sizeof(__u32)) + /* IFLA_GTP_ROLE */ in gtp_get_size() 1156 if (nla_put_u32(skb, IFLA_GTP_ROLE, gtp->role)) in gtp_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 617 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 808 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 911 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 515 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 828 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 515 IFLA_GTP_ROLE, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 460 IFLA_GTP_ROLE, enumerator
|
Completed in 27 milliseconds