Home
last modified time | relevance | path

Searched defs:ctl (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd/sys/net/route/
H A Dnhgrp.c138 find_nhgrp(struct nh_control *ctl, const struct nhgrp_priv *key) in find_nhgrp()
156 link_nhgrp(struct nh_control *ctl, struct nhgrp_priv *grp_priv) in link_nhgrp()
190 unlink_nhgrp(struct nh_control *ctl, struct nhgrp_priv *key) in unlink_nhgrp()
227 consider_resize(struct nh_control *ctl, uint32_t new_gr_bucket, uint32_t new_idx_items) in consider_resize()
276 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default()
311 nhgrp_ctl_init(struct nh_control *ctl) in nhgrp_ctl_init()
323 nhgrp_ctl_free(struct nh_control *ctl) in nhgrp_ctl_free()
330 nhgrp_ctl_unlink_all(struct nh_control *ctl) in nhgrp_ctl_unlink_all()
H A Dnhop.c78 struct nh_control *ctl; in nhops_init_rib() local
112 destroy_ctl(struct nh_control *ctl) in destroy_ctl()
130 struct nh_control *ctl; in destroy_ctl_epoch() local
140 struct nh_control *ctl; in nhops_destroy_rib() local
233 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize()
284 link_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv) in link_nhop()
330 unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del) in unlink_nhop()
378 find_nhop(struct nh_control *ctl, const struct nhop_priv *nh_priv) in find_nhop()
H A Dnhop_var.h63 #define NHOPS_WLOCK(ctl) rw_wlock(&(ctl)->ctl_lock) argument
64 #define NHOPS_RLOCK(ctl) rw_rlock(&(ctl)->ctl_lock) argument
65 #define NHOPS_WUNLOCK(ctl) rw_wunlock(&(ctl)->ctl_lock) argument
66 #define NHOPS_RUNLOCK(ctl) rw_runlock(&(ctl)->ctl_lock) argument
67 #define NHOPS_LOCK_INIT(ctl) rw_init(&(ctl)->ctl_lock, "nhop_ctl") argument
68 #define NHOPS_LOCK_DESTROY(ctl) rw_destroy(&(ctl)->ctl_lock) argument
69 #define NHOPS_WLOCK_ASSERT(ctl) rw_assert(&(ctl)->ctl_lock, RA_WLOCKED) argument
H A Dnhgrp_ctl.c338 struct nh_control *ctl; in nhgrp_free() local
466 struct nh_control *ctl; in nhgrp_alloc() local
521 struct nh_control *ctl = key->nh_control; in nhgrp_get_nhgrp() local
565 get_nhgrp(struct nh_control *ctl, struct weightened_nhop *wn, int num_nhops, in get_nhgrp()
592 append_nhops(struct nh_control *ctl, const struct nhgrp_object *gr_orig, in append_nhops()
648 struct nh_control *ctl = rh->nh_control; in nhgrp_get_group() local
670 struct nh_control *ctl = rh->nh_control; in nhgrp_get_filtered_group() local
727 struct nh_control *ctl = rh->nh_control; in nhgrp_get_addition_group() local
926 struct nh_control *ctl; in nhgrp_get_count() local
941 struct nh_control *ctl = rh->nh_control; in nhgrp_dump_sysctl() local
H A Dnhop_ctl.c489 finalize_nhop(struct nh_control *ctl, struct nhop_object *nh, bool link) in finalize_nhop()
589 struct nh_control *ctl; in nhop_free() local
1057 struct nh_control *ctl; in nhops_update_ifmtu() local
1084 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_start() local
1106 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_next() local
1122 struct nh_control *ctl = iter->rh->nh_control; in nhops_iter_stop() local
1261 struct nh_control *ctl; in nhops_get_count() local
1276 struct nh_control *ctl; in nhops_dump_sysctl() local
/freebsd/usr.sbin/bhyve/amd64/
H A Dfwctl.h38 struct ctl { struct
45 static struct ctl __CONCAT(__ctl, __LINE__) = { \ argument
/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c43 struct strbuf ctl; in dlinforeq() local
62 struct strbuf ctl; in dlinfoack() local
89 struct strbuf ctl; in dlattachreq() local
110 struct strbuf ctl; in dlenabmultireq() local
136 struct strbuf ctl; in dldisabmultireq() local
161 struct strbuf ctl; in dlpromisconreq() local
182 struct strbuf ctl; in dlpromiscoff() local
202 struct strbuf ctl; in dlphysaddrreq() local
223 struct strbuf ctl; in dlsetphysaddrreq() local
248 struct strbuf ctl; in dldetachreq() local
[all …]
/freebsd/sys/netlink/
H A Dnetlink_module.c72 free_nl_ctl(struct nl_control *ctl) in free_nl_ctl()
81 struct nl_control *ctl; in vnet_nl_ctl_init() local
111 struct nl_control *ctl; in vnet_nl_ctl_destroy() local
194 struct nl_control *ctl; in can_unload() local
H A Dnetlink_domain.c215 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_send_group() local
333 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_pru_attach() local
379 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_pru_bind() local
406 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_assign_port() local
431 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_autobind_port() local
495 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_close() local
856 struct nl_control *ctl = atomic_load_ptr(&V_nl_ctl); in nl_ctloutput() local
/freebsd/sys/netlink/route/
H A Dnexthop.c156 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in nl_find_nhop() local
254 nl_find_base_unhop(struct unhop_ctl *ctl, uint32_t uidx) in nl_find_base_unhop()
356 find_spare_uidx(struct unhop_ctl *ctl) in find_spare_uidx()
506 delete_unhop(struct unhop_ctl *ctl, struct nlmsghdr *hdr, uint32_t uidx) in delete_unhop()
575 consider_resize(struct unhop_ctl *ctl, uint32_t new_size) in consider_resize()
608 struct unhop_ctl *ctl = malloc(sizeof(struct unhop_ctl), M_NETLINK, in vnet_init_unhops() local
637 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in vnet_destroy_unhops() local
889 struct unhop_ctl *ctl = V_un_ctl; in rtnl_handle_newnhop() local
968 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_delnhop() local
1025 struct unhop_ctl *ctl = atomic_load_ptr(&V_un_ctl); in rtnl_handle_getnhop() local
[all …]
/freebsd/lib/libmixer/
H A Dmixer.c218 mix_ctl_t *ctl, *cp; in mixer_add_ctl() local
251 mixer_add_ctl_s(mix_ctl_t *ctl) in mixer_add_ctl_s()
264 mixer_remove_ctl(mix_ctl_t *ctl) in mixer_remove_ctl()
/freebsd/contrib/bearssl/src/codec/
H A Dccopy.c29 br_ccopy(uint32_t ctl, void *dst, const void *src, size_t len) in br_ccopy()
/freebsd/contrib/bearssl/src/int/
H A Di15_add.c29 br_i15_add(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_add()
H A Di31_sub.c29 br_i31_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_sub()
H A Di32_add.c29 br_i32_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_add()
H A Di32_sub.c29 br_i32_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_sub()
H A Di15_sub.c29 br_i15_sub(uint16_t *a, const uint16_t *b, uint32_t ctl) in br_i15_sub()
H A Di31_add.c29 br_i31_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i31_add()
H A Di15_modpow.c42 uint32_t ctl; in br_i15_modpow() local
H A Di32_modpow.c57 uint32_t ctl; in br_i32_modpow() local
H A Di31_modpow.c57 uint32_t ctl; in br_i31_modpow() local
H A Di32_div32.c41 uint32_t w, ctl, hi2, lo2; in br_divrem() local
/freebsd/lib/libc/db/test/hash.tests/
H A Dtcreat3.c50 HASHINFO ctl; local
H A Dtdel.c51 HASHINFO ctl; local
H A Dthash4.c53 HASHINFO ctl; local

1234567