Lines Matching defs:inp
89 struct sctp_inpcb *inp;
91 inp = (struct sctp_inpcb *)head->so_pcb;
92 if (inp == NULL) {
95 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
106 struct sctp_inpcb *inp, *n_inp;
109 inp = (struct sctp_inpcb *)head->so_pcb;
110 if (inp == NULL)
112 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
120 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags));
127 sctp_move_pcb_and_assoc(inp, n_inp, stcb);
133 sctp_grub_through_socket_buffer(inp, head, so, stcb);
141 struct sctp_inpcb *inp, *n_inp;
150 inp = (struct sctp_inpcb *)head->so_pcb;
151 if (inp == NULL) {
155 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
176 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags));
191 sctp_move_pcb_and_assoc(inp, n_inp, stcb);
197 sctp_grub_through_socket_buffer(inp, head, newso, stcb);