Searched refs:IFLA_PROTINFO (Results 1 – 6 of 6) sorted by relevance
156 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()
118 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator119 #define IFLA_PROTINFO IFLA_PROTINFO macro
73 if (!tb[IFLA_PROTINFO]) in print_token()76 parse_rtattr_nested(ltb, IFLA_INET6_MAX, tb[IFLA_PROTINFO]); in print_token()
122 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator123 #define IFLA_PROTINFO IFLA_PROTINFO macro
513 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()