Home
last modified time | relevance | path

Searched defs:nla_head (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_netlink.c116 struct nlattr *nla, *nla_head; in rtnl_route_from_linux() local
293 struct nlattr *nla_head = (struct nlattr *)((char *)(hdr + 1) + hdrlen); in nlmsg_copy_all_nla() local
446 struct nlattr *nla_head = (struct nlattr *)((char *)(hdr + 1) + hdrlen); in rtnl_newroute_to_linux() local
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h263 struct nlattr *nla_head = (struct nlattr *)((char *)hdr + parser->nl_hdr_off); in nl_parse_header() local
279 struct nlattr *nla_head = (struct nlattr *)NLA_DATA(nla); in nl_parse_nested() local
324 struct nlattr *nla_head; in nl_get_attrs_bmask_nlmsg() local
H A Dnetlink_message_parser.c125 nl_parse_attrs_raw(struct nlattr *nla_head, int len, const struct nlattr_parser *ps, int pslen, in nl_parse_attrs_raw()
170 nl_get_attrs_bmask_raw(struct nlattr *nla_head, int len, struct nlattr_bmask *bm) in nl_get_attrs_bmask_raw()
H A Dnetlink_snl.h448 snl_parse_attrs_raw(struct snl_state *ss, struct nlattr *nla_head, int len, in snl_parse_attrs_raw()
473 struct nlattr *nla_head = (struct nlattr *)(void *)((char *)hdr + off); in snl_parse_attrs() local
495 struct nlattr *nla_head; in snl_parse_header() local