Lines Matching refs:shout
11112 struct sctphdr *shout; in sctp_send_resp_msg() local
11211 shout = (struct sctphdr *)((caddr_t)ip + len); in sctp_send_resp_msg()
11232 shout = (struct sctphdr *)((caddr_t)ip6 + len); in sctp_send_resp_msg()
11237 shout = mtod(mout, struct sctphdr *); in sctp_send_resp_msg()
11246 udp = (struct udphdr *)shout; in sctp_send_resp_msg()
11255 shout = (struct sctphdr *)((caddr_t)shout + sizeof(struct udphdr)); in sctp_send_resp_msg()
11260 shout->src_port = sh->dest_port; in sctp_send_resp_msg()
11261 shout->dest_port = sh->src_port; in sctp_send_resp_msg()
11262 shout->checksum = 0; in sctp_send_resp_msg()
11264 shout->v_tag = htonl(vtag); in sctp_send_resp_msg()
11266 shout->v_tag = sh->v_tag; in sctp_send_resp_msg()
11269 ch = (struct sctp_chunkhdr *)((caddr_t)shout + sizeof(struct sctphdr)); in sctp_send_resp_msg()
11297 shout->checksum = sctp_calculate_cksum(mout, sizeof(struct ip) + sizeof(struct udphdr)); in sctp_send_resp_msg()
11312 SCTP_PROBE5(send, NULL, NULL, ip, NULL, shout); in sctp_send_resp_msg()
11320 shout->checksum = sctp_calculate_cksum(mout, sizeof(struct ip6_hdr) + sizeof(struct udphdr)); in sctp_send_resp_msg()
11335 SCTP_PROBE5(send, NULL, NULL, ip6, NULL, shout); in sctp_send_resp_msg()