Home
last modified time | relevance | path

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

123456

/trueos/sys/netinet/
HDin_pcb.c267 struct inpcb *inp; in in_pcballoc() local
324 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) in in_pcbbind()
351 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, in in_pcb_lport()
472 inp_so_options(const struct inpcb *inp) in inp_so_options()
497 in_pcbbind_setup(struct inpcb *inp, struct sockaddr *nam, in_addr_t *laddrp, in in_pcbbind_setup()
645 in_pcbconnect_mbuf(struct inpcb *inp, struct sockaddr *nam, in in_pcbconnect_mbuf()
687 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) in in_pcbconnect()
698 in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, struct in_addr *laddr, in in_pcbladdr()
933 in_pcbconnect_setup(struct inpcb *inp, struct sockaddr *nam, in in_pcbconnect_setup()
1045 in_pcbdisconnect(struct inpcb *inp) in in_pcbdisconnect()
[all …]
HDtcp_usrreq.c128 struct inpcb *inp; in tcp_usr_attach() local
161 tcp_detach(struct socket *so, struct inpcb *inp) in tcp_detach()
242 struct inpcb *inp; in tcp_usr_detach() local
262 struct inpcb *inp; in tcp_usr_bind() local
303 struct inpcb *inp; in tcp6_usr_bind() local
365 struct inpcb *inp; in tcp_usr_listen() local
406 struct inpcb *inp; in tcp6_usr_listen() local
458 struct inpcb *inp; in tcp_usr_connect() local
510 struct inpcb *inp; in tcp6_usr_connect() local
608 struct inpcb *inp; in tcp_usr_disconnect() local
[all …]
HDraw_ip.c149 rip_inshash(struct inpcb *inp) in rip_inshash()
170 rip_delhash(struct inpcb *inp) in rip_delhash()
197 struct inpcb *inp = mem; in rip_inpcb_init() local
278 struct inpcb *inp, *last; in rip_input() local
429 struct inpcb *inp = sotoinpcb(so); in rip_output() local
555 struct inpcb *inp = sotoinpcb(so); in rip_ctloutput() local
795 struct inpcb *inp; in rip_attach() local
828 struct inpcb *inp; in rip_detach() local
850 rip_dodisconnect(struct socket *so, struct inpcb *inp) in rip_dodisconnect()
870 struct inpcb *inp; in rip_abort() local
[all …]
HDin_pcbgroup.c233 in_pcbgroup_byinpcb(struct inpcb *inp) in in_pcbgroup_byinpcb()
241 in_pcbwild_add(struct inpcb *inp) in in_pcbwild_add()
263 in_pcbwild_remove(struct inpcb *inp) in in_pcbwild_remove()
282 in_pcbwild_needed(struct inpcb *inp) in in_pcbwild_needed()
294 in_pcbwild_update_internal(struct inpcb *inp) in in_pcbwild_update_internal()
313 struct inpcbgroup *newpcbgroup, struct inpcb *inp) in in_pcbgroup_update_internal()
361 in_pcbgroup_update(struct inpcb *inp) in in_pcbgroup_update()
387 in_pcbgroup_update_mbuf(struct inpcb *inp, struct mbuf *m) in in_pcbgroup_update_mbuf()
427 in_pcbgroup_remove(struct inpcb *inp) in in_pcbgroup_remove()
HDsctp_var.h46 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument
47 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument
48 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument
49 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument
51 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument
58 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument
65 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument
70 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument
78 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument
79 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument
[all …]
HDudp_usrreq.c188 struct inpcb *inp; in udp_inpcb_init() local
198 struct inpcb *inp; in udplite_inpcb_init() local
244 udp_newudpcb(struct inpcb *inp) in udp_newudpcb()
288 udp_append(struct inpcb *inp, struct ip *ip, struct mbuf *n, int off, in udp_append()
376 struct inpcb *inp; in udp_input() local
707 udp_notify(struct inpcb *inp, int errno) in udp_notify()
732 struct inpcb *inp; in udp_common_ctlinput() local
788 struct inpcb *inp, **inp_list; in udp_pcblist() local
901 struct inpcb *inp; in udp_getcred() local
937 struct inpcb *inp; in udp_ctloutput() local
[all …]
HDsctp_timer.c89 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_threshold_management()
798 sctp_t3rxt_timer(struct sctp_inpcb *inp, in sctp_t3rxt_timer()
983 sctp_t1init_timer(struct sctp_inpcb *inp, in sctp_t1init_timer()
1031 sctp_cookie_timer(struct sctp_inpcb *inp, in sctp_cookie_timer()
1095 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_strreset_timer()
1156 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_asconf_timer()
1248 sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_delete_prim_timer()
1271 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_shutdown_timer()
1294 sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_shutdownack_timer()
1317 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp, in sctp_audit_stream_queues_for_size()
[all …]
HDip_divert.c135 struct inpcb *inp = mem; in div_inpcb_init() local
144 struct inpcb *inp = mem; in div_inpcb_fini() local
192 struct inpcb *inp; in divert_packet() local
370 struct inpcb *inp; in div_output() local
510 struct inpcb *inp; in div_attach() local
541 struct inpcb *inp; in div_detach() local
555 struct inpcb *inp; in div_bind() local
583 struct inpcb *inp; in div_shutdown() local
626 struct inpcb *inp, **inp_list; in div_pcblist() local
HDtcp_timer.c182 #define INP_CPU(inp) (per_cpu_timers ? (!CPU_ABSENT(((inp)->inp_flowid % (mp_maxid+1))) ? \ argument
220 struct inpcb *inp; in tcp_timer_delack() local
254 struct inpcb *inp; in tcp_timer_2msl() local
326 struct inpcb *inp; in tcp_timer_keep() local
424 struct inpcb *inp; in tcp_timer_persist() local
505 struct inpcb *inp; in tcp_timer_rexmt() local
766 struct inpcb *inp = tp->t_inpcb; in tcp_timer_activate() local
HDtcp_subr.c283 struct inpcb *inp = mem; in tcp_inpcb_init() local
458 tcpip_fillheaders(struct inpcb *inp, void *ip_ptr, void *tcp_ptr) in tcpip_fillheaders()
518 tcpip_maketemplate(struct inpcb *inp) in tcpip_maketemplate()
556 struct inpcb *inp; in tcp_respond() local
733 tcp_newtcpcb(struct inpcb *inp) in tcp_newtcpcb()
836 struct inpcb *inp; in tcp_ccalgounload() local
914 struct inpcb *inp = tp->t_inpcb; in tcp_discardcb() local
1060 struct inpcb *inp; in tcp_timer_discard() local
1095 struct inpcb *inp = tp->t_inpcb; in tcp_close() local
1172 tcp_notify(struct inpcb *inp, int error) in tcp_notify()
[all …]
HDsctp_usrreq.c147 sctp_notify_mbuf(struct sctp_inpcb *inp, in sctp_notify_mbuf()
217 sctp_notify(struct sctp_inpcb *inp, in sctp_notify()
328 struct sctp_inpcb *inp = NULL; local
382 struct sctp_inpcb *inp; in sctp_getcred() local
443 struct sctp_inpcb *inp; in sctp_abort() local
485 struct sctp_inpcb *inp; in sctp_attach() local
550 struct sctp_inpcb *inp; in sctp_bind() local
571 struct sctp_inpcb *inp; in sctp_close() local
636 struct sctp_inpcb *inp; in sctp_sendm() local
720 struct sctp_inpcb *inp; in sctp_disconnect() local
[all …]
HDtcp_timewait.c223 struct inpcb *inp = tp->t_inpcb; in tcp_twstart() local
395 tcp_twcheck(struct inpcb *inp, struct tcpopt *to __unused, struct tcphdr *th, in tcp_twcheck()
489 struct inpcb *inp; in tcp_twclose() local
548 struct inpcb *inp = tw->tw_inpcb; in tcp_twrespond() local
673 struct inpcb *inp; in tcp_tw_2msl_stop() local
701 struct inpcb *inp; in tcp_tw_2msl_scan() local
HDsctp_peeloff.c52 struct sctp_inpcb *inp; in sctp_can_peel_off() local
90 struct sctp_inpcb *inp, *n_inp; in sctp_do_peeloff() local
/trueos/sys/netinet6/
HDin6_pcb.c110 in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam, in in6_pcbbind()
306 in6_pcbladdr(register struct inpcb *inp, struct sockaddr *nam, in in6_pcbladdr()
377 in6_pcbconnect_mbuf(register struct inpcb *inp, struct sockaddr *nam, in in6_pcbconnect_mbuf()
424 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) in in6_pcbconnect()
431 in6_pcbdisconnect(struct inpcb *inp) in in6_pcbdisconnect()
482 register struct inpcb *inp; in in6_getsockaddr() local
501 struct inpcb *inp; in in6_getpeeraddr() local
520 struct inpcb *inp; in in6_mapped_sockaddr() local
544 struct inpcb *inp; in in6_mapped_peeraddr() local
578 struct inpcb *inp, *inp_temp; in in6_pcbnotify() local
[all …]
HDraw_ip6.c591 struct inpcb *inp; in rip6_ctloutput() local
664 struct inpcb *inp; in rip6_attach() local
702 struct inpcb *inp; in rip6_detach() local
722 struct inpcb *inp; in rip6_abort() local
733 struct inpcb *inp; in rip6_close() local
744 struct inpcb *inp; in rip6_disconnect() local
759 struct inpcb *inp; in rip6_bind() local
799 struct inpcb *inp; in rip6_connect() local
857 struct inpcb *inp; in rip6_shutdown() local
872 struct inpcb *inp; in rip6_send() local
HDudp6_usrreq.c137 udp6_append(struct inpcb *inp, struct mbuf *n, int off, in udp6_append()
195 struct inpcb *inp; in udp6_input() local
581 struct inpcb *inp; in udp6_getcred() local
623 udp6_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr6, in udp6_output()
868 struct inpcb *inp; in udp6_abort() local
899 struct inpcb *inp; in udp6_attach() local
947 struct inpcb *inp; in udp6_bind() local
992 struct inpcb *inp; in udp6_close() local
1022 struct inpcb *inp; in udp6_connect() local
1085 struct inpcb *inp; in udp6_detach() local
[all …]
HDsctp6_usrreq.c193 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6, in sctp6_notify_mbuf()
271 sctp6_notify(struct sctp_inpcb *inp, in sctp6_notify()
388 struct sctp_inpcb *inp = NULL; in sctp6_ctlinput() local
451 struct sctp_inpcb *inp; in sctp6_getcred() local
519 struct sctp_inpcb *inp; in sctp6_abort() local
563 struct sctp_inpcb *inp; in sctp6_attach() local
606 struct sctp_inpcb *inp; in sctp6_bind() local
727 struct sctp_inpcb *inp; in sctp6_send() local
832 struct sctp_inpcb *inp; in sctp6_connect() local
980 struct sctp_inpcb *inp; in sctp6_getaddr() local
[all …]
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c88 alloc_lctx(struct tom_data *td, struct inpcb *inp, int qset) in alloc_lctx()
118 struct inpcb *inp = lctx->inp; in free_lctx() local
168 listen_hash_find(struct tom_data *td, struct inpcb *inp) in listen_hash_find()
187 listen_hash_del(struct tom_data *td, struct inpcb *inp) in listen_hash_del()
213 struct inpcb *inp = lctx->inp; in release_lctx() local
228 struct inpcb *inp = lctx->inp; in create_server() local
282 struct inpcb *inp = lctx->inp; in do_close_server_rpl() local
313 struct inpcb *inp; in do_pass_open_rpl() local
497 struct inpcb *inp; in do_pass_accept_req() local
701 struct inpcb *inp = lctx->inp; in do_pass_establish() local
[all …]
HDcxgb_cpl_io.c113 #define INP_TOS(inp) ((inp_ip_tos_get(inp) >> 2) & M_TOS) argument
127 struct inpcb *inp = toep->tp_inp; in toepcb_release() local
160 toepcb_detach(struct inpcb *inp) in toepcb_detach()
590 struct inpcb *inp = tp->t_inpcb; in t3_rcvd() local
635 struct inpcb *inp = tp->t_inpcb; in t3_send_fin() local
656 struct inpcb *inp = tp->t_inpcb; in t3_tod_output() local
771 struct inpcb *inp = sotoinpcb(so); in offload_socket() local
804 struct inpcb *inp = sotoinpcb(so); in undo_offload_socket() local
840 struct inpcb *inp = sotoinpcb(so); in calc_opt0h() local
914 struct inpcb *inp = toep->tp_inp; in do_act_open_rpl() local
[all …]
/trueos/sys/security/mac/
HDmac_inet.c100 mac_inpcb_init(struct inpcb *inp, int flag) in mac_inpcb_init()
156 mac_inpcb_destroy(struct inpcb *inp) in mac_inpcb_destroy()
184 mac_inpcb_create(struct socket *so, struct inpcb *inp) in mac_inpcb_create()
234 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) in mac_inpcb_create_mbuf()
356 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) in mac_inpcb_check_deliver()
379 mac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp) in mac_inpcb_check_visible()
393 mac_inpcb_sosetlabel(struct socket *so, struct inpcb *inp) in mac_inpcb_sosetlabel()
486 mac_syncache_create(struct label *label, struct inpcb *inp) in mac_syncache_create()
/trueos/sys/dev/cxgbe/tom/
HDt4_listen.c190 alloc_lctx(struct adapter *sc, struct inpcb *inp, struct port_info *pi) in alloc_lctx()
232 struct inpcb *inp = lctx->inp; in free_lctx() local
286 listen_hash_find(struct adapter *sc, struct inpcb *inp) in listen_hash_find()
306 listen_hash_del(struct adapter *sc, struct inpcb *inp) in listen_hash_del()
333 struct inpcb *inp = lctx->inp; in release_lctx() local
419 struct inpcb *inp = lctx->inp; in create_server() local
447 struct inpcb *inp = lctx->inp; in create_server6() local
506 struct inpcb *inp = tp->t_inpcb; in t4_listen_start() local
593 struct inpcb *inp = tp->t_inpcb; in t4_listen_stop() local
719 struct inpcb *inp = lctx->inp; in do_pass_open_rpl() local
[all …]
HDt4_cpl_io.c182 struct inpcb *inp = toep->inp; in send_reset() local
240 struct inpcb *inp = tp->t_inpcb; in assign_rxopt() local
288 struct inpcb *inp = toep->inp; in make_established() local
374 struct inpcb *inp = tp->t_inpcb; in t4_rcvd() local
604 struct inpcb *inp = toep->inp; in t4_push_frames() local
814 struct inpcb *inp = toep->inp; in t4_ulp_push_frames() local
982 struct inpcb *inp = tp->t_inpcb; in t4_tod_output() local
1001 struct inpcb *inp = tp->t_inpcb; in t4_send_fin() local
1026 struct inpcb *inp = tp->t_inpcb; in t4_send_rst() local
1054 struct inpcb *inp = toep->inp; in do_peer_close() local
[all …]
/trueos/sbin/fsck_ffs/
HDpass2.c63 struct inoinfo **inpp, *inp; in pass2() local
279 struct inoinfo *inp; in pass2check() local
523 fix_extraneous(struct inoinfo *inp, struct inodesc *idesc) in fix_extraneous()
/trueos/crypto/openssl/crypto/whrlpool/
HDwp_dgst.c72 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
90 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
246 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/trueos/sys/netipsec/
HDipsec.c322 ipsec_getpolicybysock(struct mbuf *m, u_int dir, struct inpcb *inp, int *error) in ipsec_getpolicybysock()
451 struct inpcb *inp) in ipsec4_checkpolicy()
493 ipsec_setspidx_inpcb(struct mbuf *m, struct inpcb *inp) in ipsec_setspidx_inpcb()
996 ipsec_set_policy(struct inpcb *inp, int optname, caddr_t request, in ipsec_set_policy()
1027 ipsec_get_policy(struct inpcb *inp, caddr_t request, size_t len, in ipsec_get_policy()
1074 ipsec_delete_pcbpolicy(struct inpcb *inp) in ipsec_delete_pcbpolicy()
1270 ipsec46_in_reject(struct mbuf *m, struct inpcb *inp) in ipsec46_in_reject()
1304 ipsec4_in_reject(struct mbuf *m, struct inpcb *inp) in ipsec4_in_reject()
1322 ipsec6_in_reject(struct mbuf *m, struct inpcb *inp) in ipsec6_in_reject()
1402 ipsec_hdrsiz(struct mbuf *m, u_int dir, struct inpcb *inp) in ipsec_hdrsiz()

123456