Lines Matching defs:init
50 #include <linux/init.h>
1066 const struct sctp_initmsg *init,
1102 if (!init)
1105 if (init->sinit_num_ostreams) {
1106 __u16 outcnt = init->sinit_num_ostreams;
1109 /* outcnt has been changed, need to re-init stream */
1115 if (init->sinit_max_instreams)
1116 asoc->c.sinit_max_instreams = init->sinit_max_instreams;
1118 if (init->sinit_max_attempts)
1119 asoc->max_init_attempts = init->sinit_max_attempts;
1121 if (init->sinit_max_init_timeo)
1123 msecs_to_jiffies(init->sinit_max_init_timeo);
1690 err = sctp_connect_new_asoc(ep, daddr, cmsgs->init, tp);
4981 /* This could happen during socket init, thus we bail out
8592 cmsgs->init = CMSG_DATA(cmsg);
9422 .init = sctp_init_sock,
9475 .init = sctp_v6_init_sock,