Searched defs:nla_head (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_netlink.c | 103 struct nlattr *nla, *nla_head; in rtnl_route_from_linux() local 273 struct nlattr *nla_head = (struct nlattr *)((char *)(hdr + 1) + hdrlen); in nlmsg_copy_all_nla() local 426 struct nlattr *nla_head = (struct nlattr *)((char *)(hdr + 1) + hdrlen); in rtnl_newroute_to_linux() local
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_message_parser.h | 251 struct nlattr *nla_head = (struct nlattr *)((char *)hdr + parser->nl_hdr_off); in nl_parse_header() local 267 struct nlattr *nla_head = (struct nlattr *)NLA_DATA(nla); in nl_parse_nested() local 304 struct nlattr *nla_head; in nl_get_attrs_bmask_nlmsg() local
|
| H A D | netlink_message_parser.c | 125 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 D | netlink_snl.h | 448 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
|