Home
last modified time | relevance | path

Searched defs:inp (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd/sys/netinet/
H A Din_pcb.c298 in_pcblbgroup_find(struct inpcb *inp) in in_pcblbgroup_find()
328 in_pcblbgroup_insert(struct inpcblbgroup *grp, struct inpcb *inp) in in_pcblbgroup_insert()
389 in_pcbinslbgrouphash(struct inpcb *inp, uint8_t numa_domain) in in_pcbinslbgrouphash()
464 in_pcbremlbgrouphash(struct inpcb *inp) in in_pcbremlbgrouphash()
515 in_pcblbgroup_numa(struct inpcb *inp, int arg) in in_pcblbgroup_numa()
634 struct inpcb *inp; in in_pcballoc() local
716 in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, int flags, in in_pcbbind()
756 in_pcb_lport_dest(const struct inpcb *inp, struct sockaddr *lsa, in in_pcb_lport_dest()
892 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, in in_pcb_lport()
912 in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, in in_pcbbind_avail()
[all …]
H A Dtcp_usrreq.c155 struct inpcb *inp; in tcp_usr_attach() local
196 struct inpcb *inp; in tcp_usr_detach() local
223 struct inpcb *inp; in tcp_usr_bind() local
279 struct inpcb *inp; in tcp6_usr_bind() local
357 struct inpcb *inp; in tcp_usr_listen() local
415 struct inpcb *inp; in tcp6_usr_listen() local
491 struct inpcb *inp; in tcp_usr_connect() local
559 struct inpcb *inp; in tcp6_usr_connect() local
698 struct inpcb *inp; in tcp_usr_disconnect() local
727 struct inpcb *inp; in tcp_usr_accept() local
[all …]
H A Draw_ip.c154 rip_inshash(struct inpcb *inp) in rip_inshash()
175 rip_delhash(struct inpcb *inp) in rip_delhash()
207 rip_append(struct inpcb *inp, struct ip *ip, struct mbuf *m, in rip_append()
254 rip_inp_match1(const struct inpcb *inp, void *v) in rip_inp_match1()
273 rip_inp_match2(const struct inpcb *inp, void *v) in rip_inp_match2()
308 struct inpcb *inp; in rip_input() local
426 struct inpcb *inp; in rip_send() local
649 struct inpcb *inp = sotoinpcb(so); in rip_ctloutput() local
829 struct inpcb *inp; in rip_attach() local
859 struct inpcb *inp; in rip_detach() local
[all …]
H A Dsctp_var.h44 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument
45 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument
46 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument
47 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument
49 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument
56 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument
63 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument
68 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument
76 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument
77 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument
[all …]
H A Dudp_usrreq.c238 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, in udp_append()
340 udp_multi_match(const struct inpcb *inp, void *v) in udp_multi_match()
373 struct inpcb *inp; in udp_multi_input() local
473 struct inpcb *inp; in udp_input() local
720 udp_notify(struct inpcb *inp, int errno) in udp_notify()
742 struct inpcb *inp; in udp_common_ctlinput() local
793 struct inpcb *inp; in udp_pcblist() local
862 struct inpcb *inp; in udp_getcred() local
903 struct inpcb *inp; in udp_ctloutput() local
1057 struct inpcb *inp, int flags) in udp_v4mapped_pktinfo()
[all …]
H A Dsctp_timer.c85 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_threshold_management()
811 sctp_t3rxt_timer(struct sctp_inpcb *inp, in sctp_t3rxt_timer()
1000 sctp_t1init_timer(struct sctp_inpcb *inp, in sctp_t1init_timer()
1048 sctp_cookie_timer(struct sctp_inpcb *inp, in sctp_cookie_timer()
1113 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) in sctp_strreset_timer()
1176 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_asconf_timer()
1274 sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) in sctp_delete_prim_timer()
1296 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_shutdown_timer()
1319 sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_shutdownack_timer()
1342 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp, struct sctp_tcb *stcb) in sctp_audit_stream_queues_for_size()
[all …]
H A Dtcp_timer.c229 inp_to_cpuid(struct inpcb *inp) in inp_to_cpuid()
313 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_delack() local
333 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_2msl() local
383 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_keep() local
490 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_persist() local
554 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_rexmt() local
875 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_enter() local
905 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_activate() local
H A Dtcp_timewait.c117 struct inpcb *inp = tptoinpcb(tp); in tcp_eff_msl() local
149 struct inpcb *inp = tptoinpcb(tp); in tcp_twstart() local
196 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, in tcp_twcheck()
H A Dsctp_usrreq.c171 sctp_notify(struct sctp_inpcb *inp, in sctp_notify()
264 struct sctp_inpcb *inp; in sctp_ctlinput() local
355 struct sctp_inpcb *inp; in sctp_getcred() local
419 struct sctp_inpcb *inp; in sctp_abort() local
457 struct sctp_inpcb *inp; in sctp_attach() local
490 struct sctp_inpcb *inp; in sctp_bind() local
512 struct sctp_inpcb *inp; in sctp_close() local
570 struct sctp_inpcb *inp; in sctp_sendm() local
655 struct sctp_inpcb *inp; in sctp_disconnect() local
781 struct sctp_inpcb *inp = (struct sctp_inpcb *)so->so_pcb; in sctp_shutdown() local
[all …]
H A Din_prot.c53 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) in cr_canseeinpcb()
73 cr_canexport_ktlskeys(struct thread *td, struct inpcb *inp) in cr_canexport_ktlskeys()
/freebsd/sys/netipsec/
H A Dipsec_pcb.c56 ipsec_setsockaddrs_inpcb(struct inpcb * inp,union sockaddr_union * src,union sockaddr_union * dst,u_int dir) ipsec_setsockaddrs_inpcb() argument
127 ipsec_setspidx_inpcb(struct inpcb * inp,struct secpolicyindex * spidx,u_int dir) ipsec_setspidx_inpcb() argument
152 ipsec_init_pcbpolicy(struct inpcb * inp) ipsec_init_pcbpolicy() argument
167 ipsec_delete_pcbpolicy(struct inpcb * inp) ipsec_delete_pcbpolicy() argument
270 ipsec_set_pcbpolicy(struct inpcb * inp,struct ucred * cred,void * request,size_t len) ipsec_set_pcbpolicy() argument
358 ipsec_get_pcbpolicy(struct inpcb * inp,void * request,size_t * len) ipsec_get_pcbpolicy() argument
416 ipsec_control_pcbpolicy(struct inpcb * inp,struct sockopt * sopt) ipsec_control_pcbpolicy() argument
459 ipsec4_pcbctl(struct inpcb * inp,struct sockopt * sopt) ipsec4_pcbctl() argument
473 ipsec6_pcbctl(struct inpcb * inp,struct sockopt * sopt) ipsec6_pcbctl() argument
[all...]
H A Dipsec.c316 ipsec_invalidate_cache(struct inpcb *inp, u_int dir) in ipsec_invalidate_cache()
337 ipsec_cachepolicy(struct inpcb *inp, struct secpolicy *sp, u_int dir) in ipsec_cachepolicy()
418 ipsec_checkpolicy(struct secpolicy *sp, struct inpcb *inp, int *error) in ipsec_checkpolicy()
447 ipsec_getpcbpolicy(struct inpcb *inp, u_int dir) in ipsec_getpcbpolicy()
572 ipsec4_getpolicy(const struct mbuf *m, struct inpcb *inp, struct ip *ip1, in ipsec4_getpolicy()
595 ipsec4_checkpolicy(const struct mbuf *m, struct inpcb *inp, struct ip *ip1, in ipsec4_checkpolicy()
628 ipsec4_in_reject1(const struct mbuf *m, struct ip *ip1, struct inpcb *inp) in ipsec4_in_reject1()
659 ipsec4_in_reject(const struct mbuf *m, struct inpcb *inp) in ipsec4_in_reject()
761 ipsec6_getpolicy(const struct mbuf *m, struct inpcb *inp, u_int dir, in ipsec6_getpolicy()
784 ipsec6_checkpolicy(const struct mbuf *m, struct inpcb *inp, int *error, in ipsec6_checkpolicy()
[all …]
/freebsd/sys/netinet6/
H A Din6_pcb.c126 in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) in in6_pcbsetport()
167 in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, int fib, in in6_pcbbind_avail()
302 in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, int flags, in in6_pcbbind()
381 in6_pcbladdr(struct inpcb *inp, struct sockaddr_in6 *sin6, in in6_pcbladdr()
459 in6_pcbconnect(struct inpcb *inp, struct sockaddr_in6 *sin6, struct ucred *cred, in in6_pcbconnect()
533 in6_pcbdisconnect(struct inpcb *inp) in in6_pcbdisconnect()
557 struct inpcb *inp; in in6_getsockaddr() local
577 struct inpcb *inp; in in6_getpeeraddr() local
599 struct inpcb *inp; in in6_mapped_sockaddr() local
625 struct inpcb *inp; in in6_mapped_peeraddr() local
[all …]
H A Dudp6_usrreq.c139 udp6_append(struct inpcb *inp, struct mbuf *n, int off, in udp6_append()
229 udp6_multi_match(const struct inpcb *inp, void *v) in udp6_multi_match()
257 struct inpcb *inp; in udp6_multi_input() local
359 struct inpcb *inp; in udp6_input() local
568 struct inpcb *inp; in udp6_common_ctlinput() local
628 struct inpcb *inp; in udp6_getcred() local
679 struct inpcb *inp; in udp6_send() local
986 struct inpcb *inp; in udp6_abort() local
1015 struct inpcb *inp; in udp6_attach() local
1050 struct inpcb *inp; in udp6_bind() local
[all …]
H A Dsctp6_usrreq.c175 sctp6_notify(struct sctp_inpcb *inp, in sctp6_notify()
254 struct sctp_inpcb *inp; in sctp6_ctlinput() local
374 struct sctp_inpcb *inp; in sctp6_getcred() local
444 struct sctp_inpcb *inp; in sctp6_attach() local
483 struct sctp_inpcb *inp; in sctp6_bind() local
600 struct sctp_inpcb *inp; in sctp6_send() local
753 struct sctp_inpcb *inp; in sctp6_connect() local
892 struct sctp_inpcb *inp; in sctp6_getaddr() local
987 struct sctp_inpcb *inp; in sctp6_peeraddr() local
1041 struct inpcb *inp = sotoinpcb(so); in sctp6_in6getaddr() local
[all …]
H A Draw_ip6.c157 rip6_inp_match(const struct inpcb *inp, void *v) in rip6_inp_match()
188 struct inpcb *inp; in rip6_input() local
351 struct inpcb *inp; in rip6_send() local
578 struct inpcb *inp = sotoinpcb(so); in rip6_ctloutput() local
651 struct inpcb *inp; in rip6_attach() local
686 struct inpcb *inp; in rip6_detach() local
725 struct inpcb *inp; in rip6_disconnect() local
741 struct inpcb *inp; in rip6_bind() local
782 struct inpcb *inp; in rip6_connect() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c233 bhnd_nvram_val_bcm_int_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, in bhnd_nvram_val_bcm_int_filter()
278 bhnd_nvram_val_bcm_hex_encode_elem(bhnd_nvram_val *value, const void *inp, in bhnd_nvram_val_bcm_hex_encode_elem()
331 bhnd_nvram_val_bcm_decimal_encode_elem(bhnd_nvram_val *value, const void *inp, in bhnd_nvram_val_bcm_decimal_encode_elem()
354 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcm_leddc_filter()
384 bhnd_nvram_val_bcm_leddc_encode_elem(bhnd_nvram_val *value, const void *inp, in bhnd_nvram_val_bcm_leddc_encode_elem()
569 const void *inp; in bhnd_nvram_val_bcmstr_encode() local
617 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcmstr_csv_filter()
636 const char *inp; in bhnd_nvram_val_bcmstr_csv_next() local
693 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcm_macaddr_filter()
714 const void *inp; in bhnd_nvram_val_bcm_macaddr_encode() local
[all …]
H A Dbhnd_nvram_value_subr.c61 bhnd_nvram_value_check_aligned(const void *inp, size_t ilen, in bhnd_nvram_value_check_aligned()
116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_nelem()
241 bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_size()
392 bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen, in bhnd_nvram_value_printf()
433 bhnd_nvram_value_vprintf(const char *fmt, const void *inp, size_t ilen, in bhnd_nvram_value_vprintf()
471 bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_array_next()
529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_coerce()
H A Dbhnd_nvram_value.c229 bhnd_nvram_val_fmt_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, in bhnd_nvram_val_fmt_filter()
275 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_init_common()
355 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_init()
392 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_new()
418 const void *inp; in bhnd_nvram_val_convert_common() local
663 bhnd_nvram_val_encode_null(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_null()
706 bhnd_nvram_val_encode_bool(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_bool()
784 bhnd_nvram_val_encode_data(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_data()
817 bhnd_nvram_val_encode_string(const void *inp, size_t ilen, in bhnd_nvram_val_encode_string()
1047 bhnd_nvram_val_encode_int(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_int()
[all …]
/freebsd/sys/security/mac/
H A Dmac_inet.c97 mac_inpcb_init(struct inpcb *inp, int flag) in mac_inpcb_init()
164 mac_inpcb_destroy(struct inpcb *inp) in mac_inpcb_destroy()
192 mac_inpcb_create(struct socket *so, struct inpcb *inp) in mac_inpcb_create()
242 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) in mac_inpcb_create_mbuf()
366 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) in mac_inpcb_check_deliver()
389 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) in mac_inpcb_check_visible()
403 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) in mac_inpcb_sosetlabel()
497 mac_syncache_create(struct label *label, struct inpcb *inp) in mac_syncache_create()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c328 alloc_lctx(struct adapter *sc, struct inpcb *inp, struct vi_info *vi) in alloc_lctx() argument
369 struct inpcb *inp = lctx->inp; free_lctx() local
420 listen_hash_find(struct adapter * sc,struct inpcb * inp) listen_hash_find() argument
440 listen_hash_del(struct adapter * sc,struct inpcb * inp) listen_hash_del() argument
467 struct inpcb *inp = lctx->inp; release_lctx() local
567 struct inpcb *inp = lctx->inp; create_server() local
595 struct inpcb *inp = lctx->inp; create_server6() local
655 struct inpcb *inp = tptoinpcb(tp); t4_listen_start() local
751 struct inpcb *inp = tptoinpcb(tp); t4_listen_stop() local
808 struct inpcb *inp; release_synqe() local
839 struct inpcb *inp = synqe->lctx->inp; t4_syncache_removed() local
887 struct inpcb *inp = lctx->inp; do_pass_open_rpl() local
963 struct inpcb *inp = lctx->inp; do_close_server_rpl() local
994 struct inpcb *inp = lctx->inp; done_with_synqe() local
1030 struct inpcb *inp = lctx->inp; do_abort_req_synqe() local
1080 struct inpcb *inp = lctx->inp; do_abort_rpl_synqe() local
1110 struct inpcb *inp = sotoinpcb(so); t4_offload_socket() local
1337 struct inpcb *inp; do_pass_accept_req() local
1621 struct inpcb *inp = lctx->inp, *new_inp; do_pass_establish() local
[all...]
H A Dt4_cpl_io.c245 struct inpcb *inp = toep->inp; send_reset() local
303 struct inpcb *inp = tptoinpcb(tp); assign_rxopt() local
359 struct inpcb *inp = toep->inp; make_established() local
419 struct inpcb *inp = tptoinpcb(tp); t4_rcvd_locked() local
442 struct inpcb *inp = tptoinpcb(tp); t4_rcvd() local
626 struct inpcb *inp = toep->inp; t4_push_raw_wr() local
692 struct inpcb *inp = toep->inp; t4_push_frames() local
1036 struct inpcb *inp = toep->inp; write_iscsi_mbuf_wr() local
1192 struct inpcb *inp = toep->inp; t4_push_pdus() local
1316 struct inpcb *inp = toep->inp; t4_raw_wr_tx() local
1346 struct inpcb *inp = tptoinpcb(tp); t4_tod_output() local
1365 struct inpcb *inp = tptoinpcb(tp); t4_send_fin() local
1386 struct inpcb *inp = tptoinpcb(tp); t4_send_rst() local
1414 struct inpcb *inp = toep->inp; do_peer_close() local
1526 struct inpcb *inp = toep->inp; do_close_con_rpl() local
1638 struct inpcb *inp; do_abort_req() local
1712 struct inpcb *inp = toep->inp; do_abort_rpl() local
1745 struct inpcb *inp = toep->inp; do_rx_data() local
1911 struct inpcb *inp; do_fw4_ack() local
2281 struct inpcb *inp; t4_aiotx_process_job() local
[all...]
/freebsd/sys/crypto/openssl/
H A Dossl_ppc.c100 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order()
109 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order()
127 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32()
/freebsd/bin/dd/
H A Dconv.c54 u_char *inp; in def() local
98 u_char *inp, *outp; in block() local
212 u_char *inp; in unblock() local
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_ppc.c20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order()
29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order()

12345678