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,
270 error = nl_parse_attrs_raw( in nl_parse_header()
286 return (nl_parse_attrs_raw((struct nlattr *)NLA_DATA(nla),
H A Dnetlink_message_parser.c125 nl_parse_attrs_raw(struct nlattr *nla_head, uint16_t len, in nl_parse_attrs_raw() function