Searched refs:dccp_poll (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | proto.c | 324 __poll_t dccp_poll(struct file *file, struct socket *sock, in dccp_poll() function 376 EXPORT_SYMBOL_GPL(dccp_poll); variable
|
H A D | dccp.h | 306 __poll_t dccp_poll(struct file *file, struct socket *sock,
|
H A D | ipv4.c | 986 .poll = dccp_poll,
|
H A D | ipv6.c | 1066 .poll = dccp_poll,
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | dccp.h | 301 __poll_t dccp_poll(struct file *file, struct socket *sock,
|
H A D | proto.c | 315 __poll_t dccp_poll(struct file *file, struct socket *sock, in dccp_poll() function 367 EXPORT_SYMBOL_GPL(dccp_poll); variable
|
H A D | ipv4.c | 1001 .poll = dccp_poll,
|
H A D | ipv6.c | 1081 .poll = dccp_poll,
|
Completed in 12 milliseconds