Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_message_parser.h225 struct nlmsghdr *nl_alloc_compat_hdr(struct nlmsghdr *hdr, uint32_t len,
308 ((hdr = nl_alloc_compat_hdr(hdr, parser->nl_hdr_off, npt)) == NULL)) in nl_parse_nlmsg()
H A Dnetlink_message_parser.c63 nl_alloc_compat_hdr(struct nlmsghdr *hdr, uint32_t len, struct nl_pstate *npt) in nl_alloc_compat_hdr() function