Home
last modified time | relevance | path

Searched defs:find (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dpf_osfp.c408 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find()
490 pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find) in pf_osfp_find_exact()
564 struct pf_os_fingerprint *f, *f2, find; in pf_osfp_validate() local
H A Dif_llreach.c246 struct if_llreach find, *lr; in ifnet_llreach_set_reachable() local
271 struct if_llreach find, *lr; in ifnet_llreach_alloc() local
H A Dnecp_client.c1012 struct necp_client_flow_registration find; in necp_find_client_and_lock() local
1020 struct necp_client find; in necp_find_client_and_lock() local
1039 struct necp_client_flow_registration find; in necp_client_find_flow() local
1056 struct necp_client_flow_registration find; in necp_client_fd_find_client_unlocked() local
1063 struct necp_client find; in necp_client_fd_find_client_unlocked() local
8304 struct necp_client_flow_registration find; in necp_client_fd_find_flow() local
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c164 struct flow_owner find = { .fo_context = context, .fo_pid = pid, in flow_owner_find_by_pid() local
175 struct flow_entry find, *fe = NULL; in flow_entry_find_by_uuid() local
H A Dflow_route.c200 struct flow_route find; in flow_route_find_by_addr() local
296 struct flow_route find; in flow_route_find_by_uuid() local
H A Dflow_manager.c238 struct flow_mgr find; in flow_mgr_create() local
393 struct flow_mgr *fm, find; in flow_mgr_find_lock() local
/xnu-12377.81.4/bsd/netinet6/
H A Din6_mcast.c402 struct ip6_msource find; in im6o_match_source() local
658 struct ip6_msource find; in in6m_record_source() local
704 struct ip6_msource find; in im6f_get_source() local
777 struct ip6_msource find; in im6f_prune() local
919 struct ip6_msource find; in in6m_get_source() local
H A Dnd6_prproxy.c1353 struct nd6_prproxy_soltgt find; in nd6_solsrc_enq() local
1421 struct nd6_prproxy_soltgt find; in nd6_solsrc_deq() local
/xnu-12377.81.4/bsd/netinet/
H A Din_mcast.c403 struct ip_msource find; in imo_match_source() local
712 struct ip_msource find; in inm_record_source() local
758 struct ip_msource find; in imf_get_source() local
832 struct ip_msource find; in imf_prune() local
975 struct ip_msource find; in inm_get_source() local
/xnu-12377.81.4/bsd/skywalk/namespace/
H A Dflowidns.c134 struct flowidns_flowid_tree_node find = { .fftn_flowid = flowid }; in flowidns_find_fftn() local
H A Dprotons.c131 struct protons_token find = { .pt_protocol = proto }; in protons_find_token_with_protocol() local
H A Dnetns.c464 struct ns find = { in _netns_get_ns() local
/xnu-12377.81.4/libsyscall/wrappers/
H A D_libc_funcptr.c310 strstr(const char *s, const char *find) in strstr()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus.c1049 struct kern_nexus find; in nxctl_get_channel_list() local
1988 struct kern_nexus find; in nx_destroy() local
2029 struct kern_nexus find; in nx_find() local
/xnu-12377.81.4/tools/lldbmacros/core/
H A Diterators.py441 def find(self, key): member in RB_HEAD
/xnu-12377.81.4/osfmk/device/
H A Dsubrs.c812 strnstr_impl(const char *s, const char *find, size_t slen) in strnstr_impl()
/xnu-12377.81.4/tools/lldbmacros/kmemory/
H A Dvm.py339 def find(self, address): member in VMMap