Lines Matching defs:nlp
351 struct nlpcb *nlp, struct nlmsghdr *hdr)
533 struct nlpcb *nlp;
551 if (!rt_is_exportable(rt, nlp_get_cred(wa->nlp)))
610 handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs,
647 if (!rt_is_exportable(rt, nlp_get_cred(nlp)))
664 handle_rtm_dump(struct nlpcb *nlp, uint32_t fibnum, int family,
668 .nlp = nlp,
925 rtnl_handle_newroute(struct nlmsghdr *hdr, struct nlpcb *nlp,
974 report_operation(attrs.rta_table, &rc, nlp, hdr);
993 rtnl_handle_delroute(struct nlmsghdr *hdr, struct nlpcb *nlp,
1018 report_operation(attrs.rta_table, &rc, nlp, hdr);
1023 rtnl_handle_getroute(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt)
1038 error = handle_rtm_dump(nlp, attrs.rta_table, attrs.rtm_family, hdr, npt->nw);
1040 error = handle_rtm_getroute(nlp, &attrs, hdr, npt);