Home
last modified time | relevance | path

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

12

/freebsd-src/sys/netlink/
H A Dnetlink_io.c78 nl_schedule_taskqueue(struct nlpcb * nlp) nl_schedule_taskqueue() argument
90 nl_process_received_one(struct nlpcb * nlp) nl_process_received_one() argument
138 nl_process_received(struct nlpcb * nlp) nl_process_received() argument
157 nl_on_transmit(struct nlpcb * nlp) nl_on_transmit() argument
183 struct nlpcb *nlp = (struct nlpcb *)_arg; nl_taskqueue_handler() local
197 nl_send(struct nl_writer * nw,struct nlpcb * nlp) nl_send() argument
256 nl_receive_message(struct nlmsghdr * hdr,int remaining_length,struct nlpcb * nlp,struct nl_pstate * npt) nl_receive_message() argument
318 nl_process_nbuf(struct nl_buf * nb,struct nlpcb * nlp) nl_process_nbuf() argument
[all...]
H A Dnetlink_domain.c112 nl_set_thread_nlp(struct thread *td, struct nlpcb *nlp) in nl_set_thread_nlp() argument
129 struct nlpcb *nlp; in nl_port_lookup() local
139 nl_add_group_locked(struct nlpcb * nlp,unsigned int group_id) nl_add_group_locked() argument
152 nl_del_group_locked(struct nlpcb * nlp,unsigned int group_id) nl_del_group_locked() argument
161 nl_isset_group_locked(struct nlpcb * nlp,unsigned int group_id) nl_isset_group_locked() argument
170 nl_get_groups_compat(struct nlpcb * nlp) nl_get_groups_compat() argument
203 struct nlpcb *nlp; nl_send_group() local
285 nl_bind_locked(struct nlpcb * nlp,struct sockaddr_nl * snl) nl_bind_locked() argument
317 struct nlpcb *nlp; nl_pru_attach() local
380 struct nlpcb *nlp = sotonlpcb(so); nl_pru_bind() local
404 nl_assign_port(struct nlpcb * nlp,uint32_t port_id) nl_assign_port() argument
429 nl_autobind_port(struct nlpcb * nlp,uint32_t candidate_id) nl_autobind_port() argument
457 struct nlpcb *nlp; nl_pru_connect() local
484 struct nlpcb *nlp; destroy_nlpcb_epoch() local
497 struct nlpcb *nlp; nl_close() local
566 struct nlpcb *nlp = sotonlpcb(so); nl_sosend() local
639 nl_createcontrol(struct nlpcb * nlp) nl_createcontrol() argument
671 struct nlpcb *nlp = sotonlpcb(so); nl_soreceive() local
857 struct nlpcb *nlp = sotonlpcb(so); nl_ctloutput() local
[all...]
H A Dnetlink_glue.c86 nlp_has_priv(struct nlpcb *nlp, int priv) in nlp_has_priv() argument
92 nlp_get_cred(struct nlpcb *nlp) in nlp_get_cred() argument
98 nlp_get_pid(const struct nlpcb *nlp) in nlp_get_pid() argument
104 nlp_unconstrained_vnet(const struct nlpcb *nlp) in nlp_unconstrained_vnet() argument
122 nlmsg_get_unicast_writer_stub(struct nl_writer * nw,int size,struct nlpcb * nlp) nlmsg_get_unicast_writer_stub() argument
229 nlmsg_get_unicast_writer(struct nl_writer * nw,int size,struct nlpcb * nlp) nlmsg_get_unicast_writer() argument
[all...]
H A Dnetlink_message_writer.c76 _nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp, in _nlmsg_get_unicast_writer() argument
260 nlmsg_ack(struct nlpcb * nlp,int error,struct nlmsghdr * hdr,struct nl_pstate * npt) nlmsg_ack() argument
[all...]
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) nlmsg_get_unicast_writer() argument
H A Dnetlink_generic.c59 struct nlpcb *nlp = npt->nlp; in genl_handle_message() local
/freebsd-src/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-src/sys/netlink/route/
H A Diface.c450 rtnl_handle_getlink(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_getlink() argument
531 rtnl_handle_dellink(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_dellink() argument
587 create_link(struct nlmsghdr * hdr,struct nl_parsed_link * lattrs,struct nlattr_bmask * bm,struct nlpcb * nlp,struct nl_pstate * npt) create_link() argument
612 modify_link(struct nlmsghdr * hdr,struct nl_parsed_link * lattrs,struct nlattr_bmask * bm,struct nlpcb * nlp,struct nl_pstate * npt) modify_link() argument
668 rtnl_handle_newlink(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_newlink() argument
1058 rtnl_handle_getaddr(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_getaddr() argument
1111 handle_newaddr_inet(struct nlmsghdr * hdr,struct nl_parsed_ifa * attrs,if_t ifp,struct nlpcb * nlp,struct nl_pstate * npt) handle_newaddr_inet() argument
1195 handle_deladdr_inet(struct nlmsghdr * hdr,struct nl_parsed_ifa * attrs,if_t ifp,struct nlpcb * nlp,struct nl_pstate * npt) handle_deladdr_inet() argument
1216 handle_newaddr_inet6(struct nlmsghdr * hdr,struct nl_parsed_ifa * attrs,if_t ifp,struct nlpcb * nlp,struct nl_pstate * npt) handle_newaddr_inet6() argument
1279 handle_deladdr_inet6(struct nlmsghdr * hdr,struct nl_parsed_ifa * attrs,if_t ifp,struct nlpcb * nlp,struct nl_pstate * npt) handle_deladdr_inet6() argument
1299 rtnl_handle_addr(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_addr() argument
[all...]
H A Drt.c351 struct nlpcb *nlp, struct nlmsghdr *hdr) in report_operation() argument
532 struct nlpcb *nlp; global() member
609 handle_rtm_getroute(struct nlpcb * nlp,struct nl_parsed_route * attrs,struct nlmsghdr * hdr,struct nl_pstate * npt) handle_rtm_getroute() argument
663 handle_rtm_dump(struct nlpcb * nlp,uint32_t fibnum,int family,struct nlmsghdr * hdr,struct nl_writer * nw) handle_rtm_dump() argument
924 rtnl_handle_newroute(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_newroute() argument
992 rtnl_handle_delroute(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_delroute() argument
1021 rtnl_handle_getroute(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_getroute() argument
[all...]
H A Dneigh.c361 rtnl_handle_newneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_newneigh() argument
474 rtnl_handle_delneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_delneigh() argument
501 rtnl_handle_getneigh(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getneigh() argument
H A Dnexthop.c881 rtnl_handle_newnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newnhop() argument
965 rtnl_handle_delnhop(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_delnhop() argument
1004 rtnl_handle_getnhop(struct nlmsghdr * hdr,struct nlpcb * nlp,struct nl_pstate * npt) rtnl_handle_getnhop() argument
/freebsd-src/share/examples/sunrpc/dir/
H A Ddir_proc.c19 namelist *nlp; local
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_no_hfs_compression.c37 char *nl, *nlp; in has_xattr() local
H A Dtest_write_disk_mac_metadata.c67 char *nl, *nlp; in has_xattr() local
H A Dtest_write_disk_hfs_compression.c37 char *nl, *nlp; in has_xattr() local
H A Dtest_write_disk_appledouble.c67 char *nl, *nlp; in has_xattr() local
/freebsd-src/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-src/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-src/contrib/sendmail/src/
H A Dalias.c678 char *nlp; local
857 register char *nlp; local
/freebsd-src/contrib/libpcap/
H A Dpcap-snit.c122 register struct nit_iflen *nlp; pcap_read_snit() local
/freebsd-src/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c288 char *nlp = strchr(buffer, '\n'); in main() local
/freebsd-src/sys/netpfil/pf/
H A Dpf_nl.c143 dump_state(struct nlpcb * nlp,const struct nlmsghdr * hdr,struct pf_kstate * s,struct nl_pstate * npt) dump_state() argument
225 handle_dumpstates(struct nlpcb * nlp,struct nl_parsed_state * attrs,struct nlmsghdr * hdr,struct nl_pstate * npt) handle_dumpstates() argument
282 handle_getstate(struct nlpcb * nlp,struct nl_parsed_state * attrs,struct nlmsghdr * hdr,struct nl_pstate * npt) handle_getstate() argument
292 dump_creatorid(struct nlpcb * nlp,const struct nlmsghdr * hdr,uint32_t creator,struct nl_pstate * npt) dump_creatorid() argument
[all...]

12