Home
last modified time | relevance | path

Searched defs:pcb (Results 1 – 16 of 16) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dvsock_domain.c62 vsock_get_peer_space(struct vsockpcb *pcb) in vsock_get_peer_space()
72 struct vsockpcb *pcb = NULL; in vsock_get_matching_pcb() local
99 vsock_bind_address_if_free(struct vsockpcb *pcb, uint32_t local_cid, uint32_t local_port, uint32_t … in vsock_bind_address_if_free()
140 vsock_bind_address(struct vsockpcb *pcb, struct vsock_address laddr, struct vsock_address raddr) in vsock_bind_address()
213 vsock_unbind_pcb(struct vsockpcb *pcb, bool is_locked) in vsock_unbind_pcb()
265 vsock_pcb_send_message(struct vsockpcb *pcb, enum vsock_operation operation, mbuf_t m) in vsock_pcb_send_message()
363 vsock_pcb_safe_reset_address(struct vsockpcb *pcb, struct vsock_address src, struct vsock_address d… in vsock_pcb_safe_reset_address()
377 vsock_pcb_connect(struct vsockpcb *pcb) in vsock_pcb_connect()
383 vsock_pcb_respond(struct vsockpcb *pcb) in vsock_pcb_respond()
389 vsock_pcb_send(struct vsockpcb *pcb, mbuf_t m) in vsock_pcb_send()
[all …]
H A Dsocket_info.c220 const struct vsockpcb *pcb = (struct vsockpcb *)(so)->so_pcb; in fill_socketinfo() local
/xnu-8019.80.24/tests/
H A Dicmp_fragmented_payload.c112 icmp4_pcb_print(icmp4_pcb_t pcb) in icmp4_pcb_print()
166 icmp4_pcb_init(icmp4_pcb_t pcb) in icmp4_pcb_init()
172 icmp4_pcb_close(icmp4_pcb_t pcb) in icmp4_pcb_close()
181 icmp4_pcb_open(icmp4_pcb_t pcb, struct in_addr *local, struct in_addr *remote) in icmp4_pcb_open()
226 icmp4_pcb_get_payload_len(icmp4_pcb_t pcb) in icmp4_pcb_get_payload_len()
232 icmp4_pcb_set_payload(icmp4_pcb_t pcb, struct icmp *icmp_in, struct ip *ip_in, struct tcphdr *tcp_i… in icmp4_pcb_set_payload()
274 icmp4_pcb_send_unreach(icmp4_pcb_t pcb, size_t maxlen) in icmp4_pcb_send_unreach()
294 icmp4_pcb_assert_payload_correct(icmp4_pcb_t pcb, size_t maxlen) in icmp4_pcb_assert_payload_correct()
328 icmp4_pcb pcb; variable
/xnu-8019.80.24/bsd/net/
H A Dif_utun.c357 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_ring_init() local
373 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_ring_fini() local
387 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_sync_tx() local
553 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_tx_doorbell() local
612 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_sync_rx() local
871 utun_nexus_ifattach(struct utun_pcb *pcb, in utun_nexus_ifattach()
1015 utun_nexus_detach(struct utun_pcb *pcb) in utun_nexus_detach()
1044 utun_create_fs_provider_and_instance(struct utun_pcb *pcb, in utun_create_fs_provider_and_instance()
1124 utun_flowswitch_attach(struct utun_pcb *pcb) in utun_flowswitch_attach()
1182 utun_register_kernel_pipe_nexus(struct utun_pcb *pcb) in utun_register_kernel_pipe_nexus()
[all …]
H A Dif_ipsec.c262 ipsec_flag_set(struct ipsec_pcb *pcb, uint32_t flag) in ipsec_flag_set()
267 ipsec_flag_clr(struct ipsec_pcb *pcb, uint32_t flag) in ipsec_flag_clr()
273 ipsec_flag_isset(struct ipsec_pcb *pcb, uint32_t flag) in ipsec_flag_isset()
352 ipsec_in_wmm_mode(struct ipsec_pcb *pcb) in ipsec_in_wmm_mode()
417 struct ipsec_pcb *pcb = NULL; in ipsec_interface_isvalid() local
441 struct ipsec_pcb *pcb = NULL; in ipsec_interface_needs_netagent() local
521 struct ipsec_pcb *pcb = kern_nexus_get_context(nexus); in ipsec_netif_prepare() local
541 struct ipsec_pcb *pcb = kern_nexus_get_context(nexus); in ipsec_nexus_connected() local
557 struct ipsec_pcb *pcb = kern_nexus_get_context(nexus); in ipsec_nexus_pre_disconnect() local
570 struct ipsec_pcb *pcb = kern_nexus_get_context(nexus); in ipsec_netif_pre_disconnect() local
[all …]
/xnu-8019.80.24/osfmk/i386/
H A Dpcb_native.c341 i386_lbr_native_state_to_mach_thread_state(pcb_t pcb, last_branch_state_t *machlbrp, boolean_t from… in i386_lbr_native_state_to_mach_thread_state()
527 pcb_t pcb = THREAD_TO_PCB(new); in act_machine_switch_pcb() local
759 pcb_t pcb = THREAD_TO_PCB(thread); in machine_thread_create() local
841 pcb_t pcb = THREAD_TO_PCB(thread); in machine_thread_destroy() local
890 pcb_t pcb = THREAD_TO_PCB(thread); in machine_thread_set_tsd_base() local
H A Dfpu.c716 pcb_t pcb = THREAD_TO_PCB(thread); in fpu_free() local
746 pcb_t pcb; in fpu_set_fxstate() local
994 pcb_t pcb; in fpu_get_fxstate() local
1238 pcb_t pcb; in fpnoextflt() local
1300 pcb_t pcb; in fpextovrflt() local
1385 pcb_t pcb = THREAD_TO_PCB(thr_act); in fp_save() local
1407 pcb_t pcb = THREAD_TO_PCB(thr_act); in fp_load() local
1469 pcb_t pcb = THREAD_TO_PCB(thread); in fpu_savearea_promote_avx512() local
H A Dbsd_i386_native.c211 pcb_t pcb; in thread_set_user_ldt() local
H A Dtrap.c1000 pcb_t pcb; in user_trap() local
1267 pcb_t pcb = THREAD_TO_PCB(thread); in copy_instruction_stream() local
H A Dpcb.c287 pcb_t pcb; in set_debug_state32() local
319 pcb_t pcb; in set_debug_state64() local
/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c87 #define FDLOG(level, pcb, format, ...) \ argument
90 #define FDLOG0(level, pcb, msg) \ argument
93 #define FDRETAIN(pcb) if ((pcb) != NULL) OSIncrementAtomic(&(pcb)->ref_count) argument
94 #define FDRELEASE(pcb) … argument
101 #define FDLOCK(pcb) lck_mtx_lock(&(pcb)->mtx) argument
102 #define FDUNLOCK(pcb) lck_mtx_unlock(&(pcb)->mtx) argument
H A Din_pcb.c1719 struct inpcb *pcb; in in_pcbconnect() local
2829 in_pcb_checkstate(struct inpcb *pcb, int mode, int locked) in in_pcb_checkstate()
/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py1573 def GetInPcb(pcb, proto): argument
/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c694 struct inpcb *pcb; in in6_pcbconnect() local
H A Dipsec.c1025 ipsec4_setspidx_inpcb(struct mbuf *m, struct inpcb *pcb) in ipsec4_setspidx_inpcb()
1071 ipsec6_setspidx_in6pcb(struct mbuf *m, struct in6pcb *pcb) in ipsec6_setspidx_in6pcb()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_arg.c580 struct inpcb *pcb; in audit_arg_file() local