Lines Matching refs:nlp
351 struct nlpcb *nlp, struct nlmsghdr *hdr) in report_operation() argument
545 struct nlpcb *nlp; member
563 if (!rt_is_exportable(rt, nlp_get_cred(wa->nlp))) in dump_rtentry()
622 handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs, in handle_rtm_getroute() argument
659 if (!rt_is_exportable(rt, nlp_get_cred(nlp))) in handle_rtm_getroute()
676 handle_rtm_dump(struct nlpcb *nlp, uint32_t fibnum, int family, in handle_rtm_dump() argument
680 .nlp = nlp, in handle_rtm_dump()
937 rtnl_handle_newroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newroute() argument
986 report_operation(attrs.rta_table, &rc, nlp, hdr); in rtnl_handle_newroute()
1005 rtnl_handle_delroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_delroute() argument
1030 report_operation(attrs.rta_table, &rc, nlp, hdr); in rtnl_handle_delroute()
1035 rtnl_handle_getroute(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getroute() argument
1050 error = handle_rtm_dump(nlp, attrs.rta_table, attrs.rtm_family, hdr, npt->nw); in rtnl_handle_getroute()
1052 error = handle_rtm_getroute(nlp, &attrs, hdr, npt); in rtnl_handle_getroute()