Home
last modified time | relevance | path

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

/linux-6.12.1/net/
Dsocket.c134 static void sock_splice_eof(struct file *file);
169 .splice_eof = sock_splice_eof,
1116 static void sock_splice_eof(struct file *file) in sock_splice_eof() function