/freebsd/sys/netlink/ |
H A D | netlink_domain.c | 114 nl_set_thread_nlp(struct thread *td, struct nlpcb *nlp) in nl_set_thread_nlp() 131 struct nlpcb *nlp; in nl_port_lookup() local 141 nlp_join_group(struct nlpcb *nlp, unsigned int group_id) in nlp_join_group() 154 nlp_leave_group(struct nlpcb *nlp, unsigned int group_id) in nlp_leave_group() 163 nlp_memberof_group(struct nlpcb *nlp, unsigned int group_id) in nlp_memberof_group() 172 nlp_get_groups_compat(struct nlpcb *nlp) in nlp_get_groups_compat() 207 struct nlpcb *nlp; in nl_send_group() local 256 struct nlpcb *nlp; in nl_clear_group() local 286 nl_bind_locked(struct nlpcb *nlp, struct sockaddr_nl *snl) in nl_bind_locked() 318 struct nlpcb *nlp; in nl_attach() local [all …]
|
H A D | netlink_io.c | 81 nl_schedule_taskqueue(struct nlpcb *nlp) in nl_schedule_taskqueue() 93 nl_process_received_one(struct nlpcb *nlp) in nl_process_received_one() 142 nl_process_received(struct nlpcb *nlp) in nl_process_received() 161 nl_on_transmit(struct nlpcb *nlp) in nl_on_transmit() 187 struct nlpcb *nlp = (struct nlpcb *)_arg; in nl_taskqueue_handler() local 201 nl_send(struct nl_writer *nw, struct nlpcb *nlp) in nl_send() 260 struct nlpcb *nlp, struct nl_pstate *npt) in nl_receive_message() 322 nl_process_nbuf(struct nl_buf *nb, struct nlpcb *nlp) in nl_process_nbuf()
|
H A D | netlink_glue.c | 86 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() 113 nl_writer_unicast_stub(struct nl_writer *nw, size_t size, struct nlpcb *nlp, in nl_writer_unicast_stub() 216 nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp, in nl_writer_unicast()
|
H A D | netlink_route.c | 71 struct nlpcb *nlp = npt->nlp; in rtnl_handle_message() local
|
H A D | netlink_message_writer.c | 76 _nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp, in _nl_writer_unicast() 267 nlmsg_ack(struct nlpcb *nlp, int error, struct nlmsghdr *hdr, in nlmsg_ack()
|
H A D | netlink_message_writer.h | 49 struct nlpcb *nlp; member 86 nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp, in nl_writer_unicast()
|
/freebsd/sys/compat/linux/ |
H A D | linux_netlink.c | 354 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 D | iface.c | 452 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 D | rt.c | 351 struct nlpcb *nlp, struct nlmsghdr *hdr) in report_operation() 545 struct nlpcb *nlp; member 622 handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs, in handle_rtm_getroute() 676 handle_rtm_dump(struct nlpcb *nlp, uint32_t fibnum, int family, in handle_rtm_dump() 937 rtnl_handle_newroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newroute() 1005 rtnl_handle_delroute(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_delroute() 1035 rtnl_handle_getroute(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getroute()
|
H A D | neigh.c | 361 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 D | nexthop.c | 881 rtnl_handle_newnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_newnhop() 966 rtnl_handle_delnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_delnhop() 1005 rtnl_handle_getnhop(struct nlmsghdr *hdr, struct nlpcb *nlp, in rtnl_handle_getnhop()
|
/freebsd/share/examples/sunrpc/dir/ |
H A D | dir_proc.c | 19 namelist *nlp; local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_no_hfs_compression.c | 38 char *nl, *nlp; has_xattr() local
|
H A D | test_write_disk_mac_metadata.c | 68 char *nl, *nlp; has_xattr() local
|
H A D | test_write_disk_appledouble.c | 68 char *nl, *nlp; has_xattr() local
|
H A D | test_write_disk_hfs_compression.c | 38 char *nl, *nlp; has_xattr() local
|
/freebsd/usr.bin/gprof/ |
H A D | gprof.c | 336 register nltype *nlp; in dumpsum() local 560 register struct nl *nlp; in alignentries() local
|
H A D | arcs.c | 350 register nltype *nlp; in cyclelink() local 448 nltype *nlp; in cycleanalyze() local
|
/freebsd/share/examples/ipfilter/samples/ |
H A D | relay.c | 111 natlookup_t *nlp = &nl; local
|
H A D | proxy.c | 133 do_nat_out(in, out, fd, nlp, extif) in do_nat_out() argument
|
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 678 char *nlp; local 857 register char *nlp; local
|
/freebsd/contrib/libpcap/ |
H A D | pcap-snit.c | 120 register struct nit_iflen *nlp; in pcap_read_snit() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | make_hash.c | 288 char *nlp = strchr(buffer, '\n'); in main() local
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vtd.c | 580 void *nlp = malloc(PAGE_SIZE, M_VTD, M_WAITOK | M_ZERO); in vtd_update_mapping() local 738 uint64_t *nlp; in vtd_free_ptp() local
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 1089 struct nfscllockowner *nlp; in nfscl_getbytelock() local 1588 struct nfscllockowner *lp, *nlp; in nfscl_freealllocks() local 1932 struct nfscllockowner *lp, *nlp; in nfscl_cleanupkext() local 1986 struct nfscllockowner *nlp; in nfscl_emptylockowner() local 2123 struct nfscllockowner *lp, *nlp; in nfscl_recover() local 2722 struct nfscllockowner *lp, *nlp; in nfscl_renewthread() local 4517 struct nfscllockowner *nlp; in nfscl_relock() local 4622 int fhlen, struct nfscllockowner *nlp, int newone, int reclaim, in nfscl_trylock()
|