Searched refs:n_inp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp_peeloff.c90 struct sctp_inpcb *inp, *n_inp; local
111 n_inp = (struct sctp_inpcb *)so->so_pcb;
112 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE |
116 n_inp->sctp_socket = so;
117 n_inp->sctp_features = inp->sctp_features;
118 n_inp->sctp_mobility_features = inp->sctp_mobility_features;
119 n_inp->sctp_frag_point = inp->sctp_frag_point;
120 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off;
121 n_inp->ecn_supported = inp->ecn_supported;
122 n_inp
[all...]

Completed in 44 milliseconds