Searched refs:SCTP_PAD4 (Results 1 – 10 of 10) sorted by relevance
234 pkt->size += SCTP_PAD4(ntohs(pad->chunk_hdr->length)); in sctp_packet_bundle_pad()331 __u16 chunk_len = SCTP_PAD4(ntohs(chunk->chunk_hdr->length)); in __sctp_packet_append_chunk()461 int padded = SCTP_PAD4(chunk->skb->len); in sctp_packet_pack()492 padding = SCTP_PAD4(chunk->skb->len) - chunk->skb->len; in sctp_packet_pack()510 pkt_size -= SCTP_PAD4(chunk->skb->len); in sctp_packet_pack()836 maxsize -= SCTP_PAD4(packet->auth->skb->len); in sctp_packet_will_fit()
191 max_data -= SCTP_PAD4(sizeof(struct sctp_auth_chunk) + in sctp_datamsg_from_user()219 first_len -= SCTP_PAD4(sizeof(struct sctp_sack_chunk)); in sctp_datamsg_from_user()
238 chunksize += SCTP_PAD4(SCTP_SAT_LEN(num_types)); in sctp_make_init() 280 chunksize += SCTP_PAD4(ntohs(auth_hmacs->length)); in sctp_make_init() 287 chunksize += SCTP_PAD4(ntohs(auth_chunks->length)); in sctp_make_init() 297 chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext); in sctp_make_init() 446 chunksize += SCTP_PAD4(ntohs(auth_hmacs->length)); in sctp_make_init_ack() 452 chunksize += SCTP_PAD4(ntohs(auth_chunks->length)); in sctp_make_init_ack() 461 chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext); in sctp_make_init_ack() 1430 chunklen = SCTP_PAD4(sizeof(*chunk_hdr) + paylen); in _sctp_make_chunk() 1531 int padlen = SCTP_PAD4(chunklen) - chunklen; in sctp_addto_chunk() 1919 len = SCTP_PAD4(sizeo in sctp_process_missing_param() [all...]
212 chunk->chunk_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in sctp_inq_pop()
697 ch_end = offset + SCTP_PAD4(ntohs(ch->length)); in sctp_rcv_ootb() 1256 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in __sctp_rcv_walk_lookup() 1327 if (SCTP_PAD4(ntohs(ch->length)) > skb->len) in __sctp_rcv_lookup_harder()
387 elen = SCTP_PAD4(ntohs(ch->length)) - sizeof(*ch); in sctp_ulpevent_make_remote_error()725 padding = SCTP_PAD4(datalen) - datalen; in sctp_ulpevent_make_rcvmsg()
3761 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in sctp_sf_ootb()4608 SCTP_PAD4(ntohs(hdr->length)), in sctp_sf_unk_chunk()4626 SCTP_PAD4(ntohs(hdr->length)), in sctp_sf_unk_chunk()
60 offset += SCTP_PAD4(ntohs(sch->length)); in match_packet()
433 pos.v += SCTP_PAD4(ntohs(pos.p->length)))445 err = (struct sctp_errhdr *)((void *)err + SCTP_PAD4(ntohs(err->length))))
822 #define SCTP_PAD4(s) (((s)+3)&~3) macro