Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dgro.c299 static char flag_buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags() local
308 create_packet(flag_buf, flag * payload_len, 0, payload_len, 0); in send_flags()
310 tcph = (struct tcphdr *)(flag_buf + tcp_offset); in send_flags()
320 write_packet(fd, flag_buf, pkt_size, daddr); in send_flags()
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c212 char *flag_buf; member
2628 info->flag_buf = kzalloc(info->max_frame_size, GFP_KERNEL); in rx_alloc_buffers()
2629 if (!info->flag_buf) { in rx_alloc_buffers()
2643 kfree(info->flag_buf); in rx_free_buffers()
2644 info->flag_buf = NULL; in rx_free_buffers()
3692 ldisc_receive_buf(tty, buf->data, info->flag_buf, framesize); in rx_get_frame()
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c293 char *flag_buf; member
3250 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3251 if (!info->flag_buf) { in alloc_tmp_rbuf()
3263 kfree(info->flag_buf); in free_tmp_rbuf()
3264 info->flag_buf = NULL; in free_tmp_rbuf()
4663 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()
4698 info->flag_buf, count); in rx_get_buf()