Home
last modified time | relevance | path

Searched defs:nlp (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/netlink/
H A Dnetlink_io.c78 nl_schedule_taskqueue(struct nlpcb *nlp) in nl_schedule_taskqueue()
90 nl_process_received_one(struct nlpcb *nlp) in nl_process_received_one()
138 nl_process_received(struct nlpcb *nlp) in nl_process_received()
157 nl_on_transmit(struct nlpcb *nlp) in nl_on_transmit()
183 struct nlpcb *nlp = (struct nlpcb *)_arg; in nl_taskqueue_handler() local
197 nl_send(struct nl_writer *nw, struct nlpcb *nlp) in nl_send()
256 struct nlpcb *nlp, struct nl_pstate *npt) in nl_receive_message()
318 nl_process_nbuf(struct nl_buf *nb, struct nlpcb *nlp) in nl_process_nbuf()
H A Dnetlink_domain.c112 nl_set_thread_nlp(struct thread *td, struct nlpcb *nlp) in nl_set_thread_nlp()
129 struct nlpcb *nlp; in nl_port_lookup() local
139 nl_add_group_locked(struct nlpcb *nlp, unsigned int group_id) in nl_add_group_locked()
152 nl_del_group_locked(struct nlpcb *nlp, unsigned int group_id) in nl_del_group_locked()
161 nl_isset_group_locked(struct nlpcb *nlp, unsigned int group_id) in nl_isset_group_locked()
170 nl_get_groups_compat(struct nlpcb *nlp) in nl_get_groups_compat()
203 struct nlpcb *nlp; in nl_send_group() local
285 nl_bind_locked(struct nlpcb *nlp, struct sockaddr_nl *snl) in nl_bind_locked()
317 struct nlpcb *nlp; in nl_pru_attach() local
380 struct nlpcb *nlp = sotonlpcb(so); in nl_pru_bind() local
[all …]
H A Dnetlink_glue.c86 nlp_has_priv(struct nlpcb *nlp, int priv) in nlp_has_priv()
92 nlp_get_cred(struct nlpcb *nlp) in nlp_get_cred()
98 nlp_get_pid(const struct nlpcb *nlp) in nlp_get_pid()
104 nlp_unconstrained_vnet(const struct nlpcb *nlp) in nlp_unconstrained_vnet()
122 nlmsg_get_unicast_writer_stub(struct nl_writer *nw, int size, struct nlpcb *nlp) in nlmsg_get_unicast_writer_stub()
229 nlmsg_get_unicast_writer(struct nl_writer *nw, int size, struct nlpcb *nlp) in nlmsg_get_unicast_writer()
H A Dnetlink_message_writer.c76 _nlmsg_get_unicast_writer(struct nl_writer *nw, int size, struct nlpcb *nlp) in _nlmsg_get_unicast_writer()
260 nlmsg_ack(struct nlpcb *nlp, int error, struct nlmsghdr *hdr, in nlmsg_ack()
H A Dnetlink_route.c71 struct nlpcb *nlp = npt->nlp; in rtnl_handle_message() local
H A Dnetlink_message_writer.h49 struct nlpcb *nlp; member
84 nlmsg_get_unicast_writer(struct nl_writer *nw, int expected_size, struct nlpcb *nlp) in nlmsg_get_unicast_writer() argument
H A Dnetlink_generic.c59 struct nlpcb *nlp = npt->nlp; in genl_handle_message() local
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c354 rtnl_newlink_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newlink_to_linux()
389 rtnl_newaddr_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newaddr_to_linux()
411 rtnl_newneigh_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newneigh_to_linux()
432 rtnl_newroute_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_newroute_to_linux()
480 rtnl_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_writer *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()
541 nlmsg_to_linux(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_writer *nw) in nlmsg_to_linux()
567 nlmsgs_to_linux(struct nl_writer *nw, struct nlpcb *nlp) in nlmsgs_to_linux()
/freebsd/sys/netlink/route/
H A Diface.c452 rtnl_handle_getlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getlink()
533 rtnl_handle_dellink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_dellink()
589 struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt) in create_link()
614 struct nlattr_bmask *bm, struct nlpcb *nlp, struct nl_pstate *npt) in modify_link()
670 rtnl_handle_newlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_newlink()
1060 rtnl_handle_getaddr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getaddr()
1113 if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) in handle_newaddr_inet()
1197 if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) in handle_deladdr_inet()
1218 if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) in handle_newaddr_inet6()
1281 if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) in handle_deladdr_inet6()
[all …]
H A Drt.c351 struct nlpcb *nlp, struct nlmsghdr *hdr) in report_operation()
532 struct nlpcb *nlp; member
609 handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs, in handle_rtm_getroute()
663 handle_rtm_dump(struct nlpcb *nlp, uint32_t fibnum, int family, in handle_rtm_dump()
924 rtnl_handle_newroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newroute()
992 rtnl_handle_delroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_delroute()
1021 rtnl_handle_getroute(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getroute()
H A Dneigh.c361 rtnl_handle_newneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_newneigh()
474 rtnl_handle_delneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_delneigh()
501 rtnl_handle_getneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getneigh()
H A Dnexthop.c881 rtnl_handle_newnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newnhop()
965 rtnl_handle_delnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_delnhop()
1004 rtnl_handle_getnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_getnhop()
/freebsd/share/examples/sunrpc/dir/
H A Ddir_proc.c19 namelist *nlp; local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_no_hfs_compression.c38 char *nl, *nlp; has_xattr() local
H A Dtest_write_disk_mac_metadata.c68 char *nl, *nlp; has_xattr() local
H A Dtest_write_disk_appledouble.c68 char *nl, *nlp; has_xattr() local
H A Dtest_write_disk_hfs_compression.c38 char *nl, *nlp; has_xattr() local
/freebsd/usr.bin/gprof/
H A Dgprof.c336 register nltype *nlp; in dumpsum() local
560 register struct nl *nlp; in alignentries() local
H A Darcs.c350 register nltype *nlp; in cyclelink() local
448 nltype *nlp; in cycleanalyze() local
/freebsd/share/examples/ipfilter/samples/
H A Drelay.c111 natlookup_t *nlp = &nl; local
H A Dproxy.c133 do_nat_out(in, out, fd, nlp, extif) in do_nat_out() argument
/freebsd/contrib/sendmail/src/
H A Dalias.c678 char *nlp; local
857 register char *nlp; local
/freebsd/contrib/libpcap/
H A Dpcap-snit.c120 register struct nit_iflen *nlp; in pcap_read_snit() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c288 char *nlp = strchr(buffer, '\n'); in main() local
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c578 void *nlp = malloc(PAGE_SIZE, M_VTD, M_WAITOK | M_ZERO); in vtd_update_mapping() local
732 uint64_t *nlp; in vtd_free_ptp() local

12