Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_message_parser.h169 int nl_parse_attrs_raw(struct nlattr *nla_head, uint16_t len,
271 error = nl_parse_attrs_raw( in nl_parse_header()
287 return (nl_parse_attrs_raw((struct nlattr *)NLA_DATA(nla), in nl_parse_nested()
H A Dnetlink_message_parser.c124 nl_parse_attrs_raw(struct nlattr *nla_head, uint16_t len, in nl_parse_attrs_raw() function