Searched refs:tcp_ioctl (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 341 return tcp_ioctl(sk, cmd, karg); in tcp_bpf_ioctl() 351 return tcp_ioctl(sk, cmd, karg); in tcp_bpf_ioctl()
|
| H A D | tcp_ipv4.c | 3356 .ioctl = tcp_ioctl,
|
| H A D | tcp.c | 639 int tcp_ioctl(struct sock *sk, int cmd, int *karg) in tcp_ioctl() function
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 2285 .ioctl = tcp_ioctl,
|
| /linux/include/net/ |
| H A D | tcp.h | 393 int tcp_ioctl(struct sock *sk, int cmd, int *karg);
|