| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 583 struct inpcb *inp; in in_pcballoc() local 1722 struct inpcb *inp; in in_pcblist_rele_rlocked() local 1752 struct inpcb *inp; in in_pcbfree_deferred() local 1897 struct inpcb *inp; in in_getsockaddr() local 1916 struct inpcb *inp; in in_getpeeraddr() local 1961 struct inpcb *inp; in in_pcbpurgeif0() local 2012 struct inpcb *inp; in in_pcblookup_local() local 2560 struct inpcb *inp; in in_pcblookup_hash() local 2875 struct inpcb *inp; in in_pcbsosetlabel() local 2987 struct inpcb *inp; in inp_apply_all() local [all …]
|
| H A D | tcp_hpts.c | 502 tcp_cur_hpts(struct inpcb *inp) in tcp_cur_hpts() 513 tcp_hpts_lock(struct inpcb *inp) in tcp_hpts_lock() 536 tcp_input_lock(struct inpcb *inp) in tcp_input_lock() 849 __tcp_queue_to_hpts_immediate(struct inpcb *inp, int32_t line) in __tcp_queue_to_hpts_immediate() 1100 __tcp_queue_to_input(struct inpcb *inp, int line) in __tcp_queue_to_input() 1138 hpts_random_cpu(struct inpcb *inp){ in hpts_random_cpu() 1161 hpts_cpuid(struct inpcb *inp) in hpts_cpuid() 1252 struct inpcb *inp; in tcp_input_data() local 1367 struct inpcb *inp = NULL, *ninp; in tcp_hptsi() local 1785 __tcp_set_hpts(struct inpcb *inp, int32_t line) in __tcp_set_hpts() [all …]
|
| H A D | in_pcbgroup.c | 306 in_pcbgroup_byinpcb(struct inpcb *inp) in in_pcbgroup_byinpcb() 326 in_pcbwild_add(struct inpcb *inp) in in_pcbwild_add() 348 in_pcbwild_remove(struct inpcb *inp) in in_pcbwild_remove() 367 in_pcbwild_needed(struct inpcb *inp) in in_pcbwild_needed() 388 in_pcbwild_update_internal(struct inpcb *inp) in in_pcbwild_update_internal() 407 struct inpcbgroup *newpcbgroup, struct inpcb *inp) in in_pcbgroup_update_internal() 470 in_pcbgroup_update(struct inpcb *inp) in in_pcbgroup_update() 496 in_pcbgroup_update_mbuf(struct inpcb *inp, struct mbuf *m) in in_pcbgroup_update_mbuf() 536 in_pcbgroup_remove(struct inpcb *inp) in in_pcbgroup_remove()
|
| H A D | raw_ip.c | 206 struct inpcb *inp = mem; in rip_inpcb_init() local 883 struct inpcb *inp; in rip_attach() local 916 struct inpcb *inp; in rip_detach() local 958 struct inpcb *inp; in rip_abort() local 969 struct inpcb *inp; in rip_close() local 980 struct inpcb *inp; in rip_disconnect() local 996 struct inpcb *inp; in rip_bind() local 1030 struct inpcb *inp; in rip_connect() local 1056 struct inpcb *inp; in rip_shutdown() local 1071 struct inpcb *inp; in rip_send() local [all …]
|
| H A D | udp_usrreq.c | 182 struct inpcb *inp; in udp_inpcb_init() local 192 struct inpcb *inp; in udplite_inpcb_init() local 398 struct inpcb *inp; in udp_input() local 786 struct inpcb *inp; in udp_common_ctlinput() local 859 struct inpcb *inp; in udp_pcblist() local 933 struct inpcb *inp; in udp_getcred() local 972 struct inpcb *inp; in udp_ctloutput() local 1533 struct inpcb *inp; in udp_abort() local 1554 struct inpcb *inp; in udp_attach() local 1594 struct inpcb *inp; in udp_set_kernel_tunneling() local [all …]
|
| H A D | sctp_var.h | 47 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument 48 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument 49 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument 50 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument 52 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument 59 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument 66 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument 71 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument 79 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument 80 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument [all …]
|
| H A D | tcp_usrreq.c | 166 struct inpcb *inp; in tcp_usr_attach() local 224 struct inpcb *inp; in tcp_usr_detach() local 359 struct inpcb *inp; in tcp_usr_bind() local 401 struct inpcb *inp; in tcp6_usr_bind() local 473 struct inpcb *inp; in tcp_usr_listen() local 518 struct inpcb *inp; in tcp6_usr_listen() local 580 struct inpcb *inp; in tcp_usr_connect() local 640 struct inpcb *inp; in tcp6_usr_connect() local 774 struct inpcb *inp; in tcp_usr_disconnect() local 921 struct inpcb *inp; in tcp_usr_shutdown() local [all …]
|
| H A D | sctp_timer.c | 90 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_threshold_management() 816 sctp_t3rxt_timer(struct sctp_inpcb *inp, in sctp_t3rxt_timer() 1005 sctp_t1init_timer(struct sctp_inpcb *inp, in sctp_t1init_timer() 1053 sctp_cookie_timer(struct sctp_inpcb *inp, in sctp_cookie_timer() 1118 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) in sctp_strreset_timer() 1181 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_asconf_timer() 1301 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_shutdown_timer() 1347 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp, in sctp_audit_stream_queues_for_size() 1412 sctp_heartbeat_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_heartbeat_timer() 1475 sctp_pathmtu_timer(struct sctp_inpcb *inp, in sctp_pathmtu_timer() [all …]
|
| H A D | tcp_timer.c | 209 inp_to_cpuid(struct inpcb *inp) in inp_to_cpuid() 274 struct inpcb *inp; in tcp_timer_delack() local 302 tcp_inpinfo_lock_del(struct inpcb *inp, struct tcpcb *tp) in tcp_inpinfo_lock_del() 312 struct inpcb *inp; in tcp_timer_2msl() local 404 struct inpcb *inp; in tcp_timer_keep() local 524 struct inpcb *inp; in tcp_timer_persist() local 615 struct inpcb *inp; in tcp_timer_rexmt() local 897 struct inpcb *inp = tp->t_inpcb; in tcp_timer_activate() local
|
| H A D | ip_divert.c | 142 struct inpcb *inp = mem; in div_inpcb_init() local 194 struct inpcb *inp; in divert_packet() local 408 struct inpcb *inp; in div_output_outbound() local 563 struct inpcb *inp; in div_attach() local 594 struct inpcb *inp; in div_detach() local 608 struct inpcb *inp; in div_bind() local 636 struct inpcb *inp; in div_shutdown() local 680 struct inpcb *inp; in div_pcblist() local
|
| H A D | tcp_subr.c | 1039 struct inpcb *inp; in deregister_tcp_functions() local 1400 struct inpcb *inp; in tcp_respond() local 1830 struct inpcb *inp; in tcp_ccalgounload() local 2059 struct inpcb *inp; in tcp_timer_discard() local 2252 struct inpcb *inp; in tcp_pcblist() local 2353 struct inpcb *inp; in tcp_getcred() local 2394 struct inpcb *inp; in tcp6_getcred() local 2462 struct inpcb *inp; in tcp_ctlinput() local 2573 struct inpcb *inp; in tcp6_ctlinput() local 3070 struct inpcb *inp; in sysctl_drop() local [all …]
|
| H A D | sctp_usrreq.c | 251 struct sctp_inpcb *inp; in sctp_ctlinput() local 354 struct sctp_inpcb *inp; in sctp_getcred() local 418 struct sctp_inpcb *inp; in sctp_abort() local 463 struct sctp_inpcb *inp; in sctp_attach() local 496 struct sctp_inpcb *inp; in sctp_bind() local 518 struct sctp_inpcb *inp; in sctp_close() local 583 struct sctp_inpcb *inp; in sctp_sendm() local 669 struct sctp_inpcb *inp; in sctp_disconnect() local 818 struct sctp_inpcb *inp; in sctp_flush() local 861 struct sctp_inpcb *inp; in sctp_shutdown() local [all …]
|
| H A D | tcp_timewait.c | 232 struct inpcb *inp = tp->t_inpcb; in tcp_twstart() local 380 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, in tcp_twcheck() 492 struct inpcb *inp; in tcp_twclose() local 550 struct inpcb *inp = tw->tw_inpcb; in tcp_twrespond() local 677 struct inpcb *inp; in tcp_tw_2msl_stop() local 706 struct inpcb *inp; in tcp_tw_2msl_scan() local
|
| H A D | sctp_peeloff.c | 53 struct sctp_inpcb *inp; in sctp_can_peel_off() local 91 struct sctp_inpcb *inp, *n_inp; in sctp_do_peeloff() local
|
| H A D | sctp_pcb.c | 1009 struct sctp_inpcb *inp; in sctp_tcb_special_locate() local 1263 struct sctp_inpcb *inp; in sctp_findassociation_ep_addr() local 1604 struct sctp_inpcb *inp; in sctp_endpoint_probe() local 1900 struct sctp_inpcb *inp; in sctp_pcb_findep() local 2224 struct sctp_inpcb *inp; in sctp_findassociation_addr() local 2395 struct sctp_inpcb *inp; in sctp_inpcb_alloc() local 4399 struct sctp_inpcb *inp; in sctp_remove_net() local 5215 struct sctp_inpcb *inp; in sctp_destination_is_reachable() local 5494 struct sctp_inpcb *inp; in sctp_del_local_addr_restricted() local 5995 struct sctp_inpcb *inp; in sctp_load_addresses_from_init() local [all …]
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_pcb.c | 58 ipsec_setsockaddrs_inpcb(struct inpcb *inp, union sockaddr_union *src, in ipsec_setsockaddrs_inpcb() 129 ipsec_setspidx_inpcb(struct inpcb *inp, struct secpolicyindex *spidx, in ipsec_setspidx_inpcb() 154 ipsec_init_pcbpolicy(struct inpcb *inp) in ipsec_init_pcbpolicy() 169 ipsec_delete_pcbpolicy(struct inpcb *inp) in ipsec_delete_pcbpolicy() 272 ipsec_set_pcbpolicy(struct inpcb *inp, struct ucred *cred, in ipsec_set_pcbpolicy() 360 ipsec_get_pcbpolicy(struct inpcb *inp, void *request, size_t *len) in ipsec_get_pcbpolicy() 418 ipsec_control_pcbpolicy(struct inpcb *inp, struct sockopt *sopt) in ipsec_control_pcbpolicy() 461 ipsec4_pcbctl(struct inpcb *inp, struct sockopt *sopt) in ipsec4_pcbctl() 475 ipsec6_pcbctl(struct inpcb *inp, struct sockopt *sopt) in ipsec6_pcbctl()
|
| H A D | ipsec_output.c | 187 struct inpcb *inp, u_int idx) in ipsec4_perform_request() 289 struct inpcb *inp) in ipsec4_process_packet() 296 ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) in ipsec4_common_output() 372 ipsec4_output(struct mbuf *m, struct inpcb *inp) in ipsec4_output() 512 struct inpcb *inp, u_int idx) in ipsec6_perform_request() 604 struct inpcb *inp) in ipsec6_process_packet() 611 ipsec6_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) in ipsec6_common_output() 677 ipsec6_output(struct mbuf *m, struct inpcb *inp) in ipsec6_output()
|
| H A D | ipsec.c | 311 ipsec_invalidate_cache(struct inpcb *inp, u_int dir) in ipsec_invalidate_cache() 332 ipsec_cachepolicy(struct inpcb *inp, struct secpolicy *sp, u_int dir) in ipsec_cachepolicy() 413 ipsec_checkpolicy(struct secpolicy *sp, struct inpcb *inp, int *error) in ipsec_checkpolicy() 442 ipsec_getpcbpolicy(struct inpcb *inp, u_int dir) in ipsec_getpcbpolicy() 577 ipsec4_getpolicy(const struct mbuf *m, struct inpcb *inp, u_int dir, in ipsec4_getpolicy() 600 ipsec4_checkpolicy(const struct mbuf *m, struct inpcb *inp, int *error, in ipsec4_checkpolicy() 633 ipsec4_in_reject(const struct mbuf *m, struct inpcb *inp) in ipsec4_in_reject() 746 ipsec6_getpolicy(const struct mbuf *m, struct inpcb *inp, u_int dir, in ipsec6_getpolicy() 769 ipsec6_checkpolicy(const struct mbuf *m, struct inpcb *inp, int *error, in ipsec6_checkpolicy() 802 ipsec6_in_reject(const struct mbuf *m, struct inpcb *inp) in ipsec6_in_reject() [all …]
|
| H A D | ipsec_support.h | 86 #define TCPMD5_PCBCTL(inp, sopt) \ argument 109 #define TCPMD5_PCBCTL(inp, sopt) \ argument 131 #define IPSEC_PCBCTL(proto, inp, sopt) \ argument 135 #define IPSEC_HDRSIZE(proto, inp) \ argument 140 #define UDPENCAP_PCBCTL(inp, sopt) \ argument 171 #define UDPENCAP_PCBCTL(inp, sopt) \ argument
|
| /f-stack/freebsd/netinet6/ |
| H A D | raw_ip6.c | 166 struct inpcb *inp; in rip6_input() local 399 struct inpcb *inp; in rip6_output() local 584 struct inpcb *inp; in rip6_ctloutput() local 657 struct inpcb *inp; in rip6_attach() local 695 struct inpcb *inp; in rip6_detach() local 715 struct inpcb *inp; in rip6_abort() local 726 struct inpcb *inp; in rip6_close() local 737 struct inpcb *inp; in rip6_disconnect() local 753 struct inpcb *inp; in rip6_bind() local 795 struct inpcb *inp; in rip6_connect() local [all …]
|
| H A D | in6_pcb.c | 550 struct inpcb *inp; in in6_getsockaddr() local 569 struct inpcb *inp; in in6_getpeeraddr() local 588 struct inpcb *inp; in in6_mapped_sockaddr() local 612 struct inpcb *inp; in in6_mapped_peeraddr() local 646 struct inpcb *inp, *inp_temp; in in6_pcbnotify() local 743 struct inpcb *inp; in in6_pcblookup_local() local 836 struct inpcb *inp; in in6_pcbpurgeif0() local 885 in6_losing(struct inpcb *inp) in in6_losing() 969 struct inpcb *inp, *tmpinp; in in6_pcblookup_group() local 1169 struct inpcb *inp, *tmpinp; in in6_pcblookup_hash_locked() local [all …]
|
| H A D | sctp6_usrreq.c | 174 sctp6_notify(struct sctp_inpcb *inp, in sctp6_notify() 254 struct sctp_inpcb *inp; in sctp6_ctlinput() local 401 struct sctp_inpcb *inp; in sctp6_getcred() local 470 struct sctp_inpcb *inp; in sctp6_abort() local 515 struct sctp_inpcb *inp; in sctp6_attach() local 554 struct sctp_inpcb *inp; in sctp6_bind() local 678 struct sctp_inpcb *inp; in sctp6_send() local 784 struct sctp_inpcb *inp; in sctp6_connect() local 927 struct sctp_inpcb *inp; in sctp6_getaddr() local 1032 struct sctp_inpcb *inp; in sctp6_peeraddr() local [all …]
|
| H A D | udp6_usrreq.c | 217 struct inpcb *inp; in udp6_input() local 605 struct inpcb *inp; in udp6_common_ctlinput() local 654 struct inpcb *inp; in udp6_getcred() local 703 struct inpcb *inp; in udp6_output() local 1002 struct inpcb *inp; in udp6_abort() local 1037 struct inpcb *inp; in udp6_attach() local 1085 struct inpcb *inp; in udp6_bind() local 1134 struct inpcb *inp; in udp6_close() local 1171 struct inpcb *inp; in udp6_connect() local 1264 struct inpcb *inp; in udp6_detach() local [all …]
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_inet.c | 99 mac_inpcb_init(struct inpcb *inp, int flag) in mac_inpcb_init() 155 mac_inpcb_destroy(struct inpcb *inp) in mac_inpcb_destroy() 183 mac_inpcb_create(struct socket *so, struct inpcb *inp) in mac_inpcb_create() 233 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) in mac_inpcb_create_mbuf() 357 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) in mac_inpcb_check_deliver() 380 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) in mac_inpcb_check_visible() 394 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) in mac_inpcb_sosetlabel() 487 mac_syncache_create(struct label *label, struct inpcb *inp) in mac_syncache_create()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 325 struct inpcb *inp; in ktls_get_cpu() local 752 struct inpcb *inp; in ktls_try_toe() local 800 ktls_alloc_snd_tag(struct inpcb *inp, struct ktls_session *tls, bool force, in ktls_alloc_snd_tag() 1081 struct inpcb *inp; in ktls_enable_tx() local 1161 struct inpcb *inp; in ktls_get_rx_mode() local 1182 struct inpcb *inp; in ktls_get_tx_mode() local 1206 struct inpcb *inp; in ktls_set_tx_mode() local 1312 struct inpcb *inp; in ktls_reset_send_tag() local 1385 ktls_output_eagain(struct inpcb *inp, struct ktls_session *tls) in ktls_output_eagain()
|