Home
last modified time | relevance | path

Searched refs:ao_parse_protinfo (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink-private/route/link/
Dapi.h105 int (*ao_parse_protinfo)(struct rtnl_link *, member
/external/libnl/lib/route/link/
Dbridge.c511 .ao_parse_protinfo = &bridge_parse_protinfo,
Dinet6.c469 .ao_parse_protinfo = &inet6_parse_protinfo,
/external/libnl/lib/route/
Dlink.c579 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()