Searched refs:IFLA_PROTINFO (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/ip/
H A Diptoken.c73 if (!tb[IFLA_PROTINFO])
76 parse_rtattr_nested(ltb, IFLA_INET6_MAX, tb[IFLA_PROTINFO]);
/external/libnl/include/linux-private/linux/
H A Dif_link.h118 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator in enum:__anon11137
119 #define IFLA_PROTINFO IFLA_PROTINFO macro
190 /* Subtype attributes for IFLA_PROTINFO */
/external/iproute2/bridge/
H A Dlink.c156 if (tb[IFLA_PROTINFO]) {
157 if (tb[IFLA_PROTINFO]->rta_type & NLA_F_NESTED) {
161 tb[IFLA_PROTINFO]);
199 print_portstate(fp, rta_getattr_u8(tb[IFLA_PROTINFO]));
371 IFLA_PROTINFO | NLA_F_NESTED);
/external/iproute2/include/linux/
H A Dif_link.h118 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator in enum:__anon7773
119 #define IFLA_PROTINFO IFLA_PROTINFO macro
199 /* Subtype attributes for IFLA_PROTINFO */
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h122 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator in enum:__anon8650
123 #define IFLA_PROTINFO IFLA_PROTINFO macro
209 /* Subtype attributes for IFLA_PROTINFO */
/external/libnl/lib/route/
H A Dlink.c513 memcpy(&real_link_policy[IFLA_PROTINFO],
555 tb[IFLA_PROTINFO] = (struct nlattr *)af_ops->ao_protinfo_policy;
579 if (tb[IFLA_PROTINFO] && af_ops && af_ops->ao_parse_protinfo) {
580 err = af_ops->ao_parse_protinfo(link, tb[IFLA_PROTINFO],

Completed in 115 milliseconds