Lines Matching refs:create_packet

311 static void create_packet(void *buf, int seq_offset, int ack_offset,  in create_packet()  function
335 create_packet(flag_buf, flag * payload_len, 0, payload_len, 0); in send_flags()
350 create_packet(buf, i * PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_flags()
363 create_packet(buf, 0, 0, payload_len1, 0); in send_data_pkts()
365 create_packet(buf, payload_len1, 0, payload_len2, 0); in send_data_pkts()
380 create_packet(pkts[i], i * MSS, 0, MSS, 0); in send_large()
381 create_packet(last, NUM_LARGE_PKT * MSS, 0, remainder, 0); in send_large()
382 create_packet(new_seg, (NUM_LARGE_PKT + 1) * MSS, 0, remainder, 0); in send_large()
395 create_packet(buf, 0, 0, 0, 0); in send_ack()
398 create_packet(buf, 0, 1, 0, 0); in send_ack()
501 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_checksum()
504 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_checksum()
516 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_seq()
519 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_seq()
535 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_ts()
539 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_ts()
543 create_packet(buf, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_changed_ts()
547 create_packet(buf, PAYLOAD_LEN * 3, 0, PAYLOAD_LEN, 0); in send_changed_ts()
551 create_packet(buf, PAYLOAD_LEN * 4, 0, PAYLOAD_LEN, 0); in send_changed_ts()
565 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_diff_opt()
569 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_diff_opt()
573 create_packet(buf, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_diff_opt()
644 create_packet(buf1, 0, 0, PAYLOAD_LEN, 0); in send_flush_id_case()
645 create_packet(buf2, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_flush_id_case()
646 create_packet(buf3, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_flush_id_case()
736 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_ipv6_exthdr()
740 create_packet(buf, PAYLOAD_LEN * 1, 0, PAYLOAD_LEN, 0); in send_ipv6_exthdr()
753 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_ip_options()
756 create_packet(buf, PAYLOAD_LEN * 1, 0, PAYLOAD_LEN, 0); in send_ip_options()
760 create_packet(buf, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_ip_options()
771 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_fragment4()
796 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_ttl()
799 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_ttl()
814 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_tos()
817 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_tos()
835 create_packet(buf, 0, 0, PAYLOAD_LEN, 0); in send_changed_ECN()
838 create_packet(buf, PAYLOAD_LEN, 0, PAYLOAD_LEN, 0); in send_changed_ECN()
863 create_packet(buf, PAYLOAD_LEN * i, 0, PAYLOAD_LEN, 0); in send_fragment6()
867 create_packet(buf, PAYLOAD_LEN * 2, 0, PAYLOAD_LEN, 0); in send_fragment6()
879 create_packet(buf, PAYLOAD_LEN * 3, 0, PAYLOAD_LEN, 0); in send_fragment6()
987 create_packet(fin_pkt, PAYLOAD_LEN * 2, 0, 0, 1); in gro_sender()