Lines Matching defs:init
50 #include <linux/init.h>
1068 const struct sctp_initmsg *init,
1104 if (!init)
1107 if (init->sinit_num_ostreams) {
1108 __u16 outcnt = init->sinit_num_ostreams;
1111 /* outcnt has been changed, need to re-init stream */
1117 if (init->sinit_max_instreams)
1118 asoc->c.sinit_max_instreams = init->sinit_max_instreams;
1120 if (init->sinit_max_attempts)
1121 asoc->max_init_attempts = init->sinit_max_attempts;
1123 if (init->sinit_max_init_timeo)
1125 msecs_to_jiffies(init->sinit_max_init_timeo);
1692 err = sctp_connect_new_asoc(ep, daddr, cmsgs->init, tp);
5098 /* This could happen during socket init, thus we bail out
8844 cmsgs->init = CMSG_DATA(cmsg);
9666 .init = sctp_init_sock,
9722 .init = sctp_v6_init_sock,