Searched refs:sctp_chunkhdr (Results 1 – 12 of 12) sorted by relevance
58 struct sctp_chunkhdr { struct228 struct sctp_chunkhdr chunk_hdr;244 struct sctp_chunkhdr chunk_hdr;275 struct sctp_chunkhdr chunk_hdr;345 struct sctp_chunkhdr chunk_hdr;390 struct sctp_chunkhdr chunk_hdr;407 struct sctp_chunkhdr chunk_hdr;414 struct sctp_chunkhdr uh;423 struct sctp_chunkhdr uh;435 struct sctp_chunkhdr chunk_hdr;[all …]
92 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *queue) in sctp_inq_peek()95 struct sctp_chunkhdr *ch = NULL; in sctp_inq_peek()104 ch = (struct sctp_chunkhdr *)chunk->chunk_end; in sctp_inq_peek()118 struct sctp_chunkhdr *ch = NULL; in sctp_inq_pop()145 ch = (struct sctp_chunkhdr *)chunk->chunk_end; in sctp_inq_pop()190 ch = (struct sctp_chunkhdr *)chunk->skb->data; in sctp_inq_pop()
112 if (skb->len < sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr) + in sctp_rcv()193 if (sk_filter(sk, skb) || skb->len < sizeof(struct sctp_chunkhdr)) in sctp_rcv()512 sizeof(struct sctp_chunkhdr) + in sctp_err_lookup()682 struct sctp_chunkhdr *ch, _ch; in sctp_rcv_ootb()1190 struct sctp_chunkhdr *ch, in __sctp_rcv_asconf_lookup()1234 struct sctp_chunkhdr *ch; in __sctp_rcv_walk_lookup()1242 ch = (struct sctp_chunkhdr *)skb->data; in __sctp_rcv_walk_lookup()1283 ch = (struct sctp_chunkhdr *)ch_end; in __sctp_rcv_walk_lookup()1302 struct sctp_chunkhdr *ch; in __sctp_rcv_lookup_harder()1312 ch = (struct sctp_chunkhdr *)skb->data; in __sctp_rcv_lookup_harder()
254 if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr))) in sctp_sf_do_4_C()385 sizeof(struct sctp_chunkhdr), in sctp_sf_do_5_1B_init()387 sizeof(struct sctp_chunkhdr)); in sctp_sf_do_5_1B_init()440 sizeof(struct sctp_chunkhdr); in sctp_sf_do_5_1B_init()460 sizeof(struct sctp_chunkhdr)); in sctp_sf_do_5_1B_init()563 sizeof(struct sctp_chunkhdr), in sctp_sf_do_5_1C_ack()565 sizeof(struct sctp_chunkhdr)); in sctp_sf_do_5_1C_ack()660 auth.chunk_hdr = (struct sctp_chunkhdr *) in sctp_auth_chunk_verify()662 sizeof(struct sctp_chunkhdr)); in sctp_auth_chunk_verify()663 skb_pull(chunk->auth_chunk, sizeof(struct sctp_chunkhdr)); in sctp_auth_chunk_verify()[all …]
991 struct sctp_chunkhdr *unk_chunk_hdr; in sctp_cmd_process_operr()993 unk_chunk_hdr = (struct sctp_chunkhdr *)(err_hdr + 1); in sctp_cmd_process_operr()
227 overhead += sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr); in sctp_packet_bundle_pad()
146 sizeof(struct sctp_chunkhdr)); in sctp_ulpevent_make_assoc_change()
988 struct sctp_chunkhdr *next_hdr; in sctp_assoc_bh_rcv()
45 const struct sctp_chunkhdr *sch; in match_packet()46 struct sctp_chunkhdr _sch; in match_packet()
376 const struct sctp_chunkhdr *sch; in nft_exthdr_sctp_eval()377 struct sctp_chunkhdr _sch; in nft_exthdr_sctp_eval()
22 struct sctp_chunkhdr _schunkh, *sch; in sctp_conn_schedule()383 struct sctp_chunkhdr _sctpch, *sch; in set_sctp_state()
439 sizeof(struct sctp_chunkhdr));\