Lines Matching refs:nlp
354 rtnl_newlink_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newlink_to_linux() argument
389 rtnl_newaddr_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newaddr_to_linux() argument
411 rtnl_newneigh_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newneigh_to_linux() argument
432 rtnl_newroute_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newroute_to_linux() argument
480 rtnl_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_writer *nw) in rtnl_to_linux() argument
488 return (rtnl_newlink_to_linux(hdr, nlp, nw)); in rtnl_to_linux()
491 return (rtnl_newaddr_to_linux(hdr, nlp, nw)); in rtnl_to_linux()
494 return (rtnl_newroute_to_linux(hdr, nlp, nw)); in rtnl_to_linux()
498 return (rtnl_newneigh_to_linux(hdr, nlp, nw)); in rtnl_to_linux()
507 nlmsg_error_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_writer *nw) in nlmsg_error_to_linux() argument
541 nlmsg_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_writer *nw) in nlmsg_to_linux() argument
546 return (nlmsg_error_to_linux(hdr, nlp, nw)); in nlmsg_to_linux()
558 switch (nlp->nl_proto) { in nlmsg_to_linux()
560 return (rtnl_to_linux(hdr, nlp, nw)); in nlmsg_to_linux()
567 nlmsgs_to_linux(struct nl_writer *nw, struct nlpcb *nlp) in nlmsgs_to_linux() argument
590 if (!nlmsg_to_linux(hdr, nlp, nw)) { in nlmsgs_to_linux()