Lines Matching refs:common_header
179 struct sctp_common_header* common_header; in LLVMFuzzerTestOneInput() local
372 common_header = (struct sctp_common_header*) fuzz_init_ack; in LLVMFuzzerTestOneInput()
373 common_header->verification_tag = assoc_vtag; in LLVMFuzzerTestOneInput()
382 common_header = (struct sctp_common_header*) fuzz_cookie_ack; in LLVMFuzzerTestOneInput()
383 common_header->verification_tag = assoc_vtag; in LLVMFuzzerTestOneInput()
417 common_header = (struct sctp_common_header*) fuzz_i_data; in LLVMFuzzerTestOneInput()
418 common_header->verification_tag = assoc_vtag; in LLVMFuzzerTestOneInput()
423 common_header = (struct sctp_common_header*) fuzz_data; in LLVMFuzzerTestOneInput()
424 common_header->verification_tag = assoc_vtag; in LLVMFuzzerTestOneInput()
434 common_header = (struct sctp_common_header*) fuzz_packet_buffer; in LLVMFuzzerTestOneInput()
435 common_header->verification_tag = assoc_vtag; in LLVMFuzzerTestOneInput()