Searched refs:__udp_disconnect (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ping.c | 176 .disconnect = __udp_disconnect,
|
| H A D | raw.c | 1239 .disconnect = __udp_disconnect,
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | raw.c | 936 __udp_disconnect(sk, 0); in raw_abort() 950 .disconnect = __udp_disconnect,
|
| H A D | udp.c | 1917 int __udp_disconnect(struct sock *sk, int flags) in __udp_disconnect() function 1943 EXPORT_SYMBOL(__udp_disconnect); 1948 __udp_disconnect(sk, flags); in udp_disconnect() 2842 __udp_disconnect(sk, 0); in udp_abort()
|
| H A D | ping.c | 1006 .disconnect = __udp_disconnect,
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | udp.h | 301 int __udp_disconnect(struct sock *sk, int flags);
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_ip.c | 346 return __udp_disconnect(sk, flags); in l2tp_ip_disconnect()
|
| H A D | l2tp_ip6.c | 417 return __udp_disconnect(sk, flags); in l2tp_ip6_disconnect()
|