Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/third_party/libnl/lib/route/
Dlink.c172 int err, pi_type = IFLA_PROTINFO; in af_fill_pi()
618 memcpy(&real_link_policy[IFLA_PROTINFO], in link_msg_parser()
666 tb[IFLA_PROTINFO] = (struct nlattr *)af_ops->ao_protinfo_policy; in link_msg_parser()
701 if (tb[IFLA_PROTINFO] && af_ops && af_ops->ao_parse_protinfo) { in link_msg_parser()
702 err = af_ops->ao_parse_protinfo(link, tb[IFLA_PROTINFO], in link_msg_parser()