Home
last modified time | relevance | path

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

/linux-6.6.21/net/
Dsocket.c134 static void sock_splice_eof(struct file *file);
170 .splice_eof = sock_splice_eof,
1111 static void sock_splice_eof(struct file *file) in sock_splice_eof() function