Home
last modified time | relevance | path

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

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