Home
last modified time | relevance | path

Searched refs:flag_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/testing/selftests/net/
Dgro.c300 static char flag_buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags() local
309 create_packet(flag_buf, flag * payload_len, 0, payload_len, 0); in send_flags()
311 tcph = (struct tcphdr *)(flag_buf + tcp_offset); in send_flags()
321 write_packet(fd, flag_buf, pkt_size, daddr); in send_flags()
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c212 char *flag_buf; member
2631 info->flag_buf = kzalloc(info->max_frame_size, GFP_KERNEL); in rx_alloc_buffers()
2632 if (!info->flag_buf) { in rx_alloc_buffers()
2646 kfree(info->flag_buf); in rx_free_buffers()
2647 info->flag_buf = NULL; in rx_free_buffers()
3695 ldisc_receive_buf(tty, buf->data, info->flag_buf, framesize); in rx_get_frame()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c290 char *flag_buf; member
3246 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3247 if (!info->flag_buf) { in alloc_tmp_rbuf()
3259 kfree(info->flag_buf); in free_tmp_rbuf()
3260 info->flag_buf = NULL; in free_tmp_rbuf()
4658 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()
4693 info->flag_buf, count); in rx_get_buf()