| H A D | tcp.c | 988 /* skb changing from pure zc to mixed, must charge zc */ 1088 int zc = 0; in tcp_sendmsg_locked() 1105 zc = MSG_ZEROCOPY; in tcp_sendmsg_locked() 1115 zc = MSG_ZEROCOPY; in tcp_sendmsg_locked() 1130 zc = MSG_SPLICE_PAGES; in tcp_sendmsg_locked() 1242 if (zc == 0) { in tcp_sendmsg_locked() 1287 } else if (zc == MSG_ZEROCOPY) { in tcp_sendmsg_locked() 1309 } else if (zc == MSG_SPLICE_PAGES) { in tcp_sendmsg_locked() 1911 struct tcp_zerocopy_receive *zc, in tcp_zerocopy_set_hint_for_skb() 1089 int zc = 0; tcp_sendmsg_locked() local 1910 tcp_zerocopy_set_hint_for_skb(struct sock * sk,struct tcp_zerocopy_receive * zc,struct sk_buff * skb,u32 offset) tcp_zerocopy_set_hint_for_skb() argument 1950 receive_fallback_to_copy(struct sock * sk,struct tcp_zerocopy_receive * zc,int inq,struct scm_timestamping_internal * tss) receive_fallback_to_copy() argument 1985 tcp_copy_straggler_data(struct tcp_zerocopy_receive * zc,struct sk_buff * skb,u32 copylen,u32 * offset,u32 * seq) tcp_copy_straggler_data() argument 2009 tcp_zc_handle_leftover(struct tcp_zerocopy_receive * zc,struct sock * sk,struct sk_buff * skb,u32 * seq,s32 copybuf_len,struct scm_timestamping_internal * tss) tcp_zc_handle_leftover() argument 2042 tcp_zerocopy_vm_insert_batch_error(struct vm_area_struct * vma,struct page ** pending_pages,unsigned long pages_remaining,unsigned long * address,u32 * length,u32 * seq,struct tcp_zerocopy_receive * zc,u32 total_bytes_to_map,int err) tcp_zerocopy_vm_insert_batch_error() argument 2090 tcp_zerocopy_vm_insert_batch(struct vm_area_struct * vma,struct page ** pages,unsigned int pages_to_map,unsigned long * address,u32 * length,u32 * seq,struct tcp_zerocopy_receive * zc,u32 total_bytes_to_map) tcp_zerocopy_vm_insert_batch() argument 2118 tcp_zc_finalize_rx_tstamp(struct sock * sk,struct tcp_zerocopy_receive * zc,struct scm_timestamping_internal * tss) tcp_zc_finalize_rx_tstamp() argument 2170 tcp_zerocopy_receive(struct sock * sk,struct tcp_zerocopy_receive * zc,struct scm_timestamping_internal * tss) tcp_zerocopy_receive() argument 4689 struct tcp_zerocopy_receive zc = {}; do_tcp_getsockopt() local [all...] |