Searched defs:connected (Results 1 - 8 of 8) sorted by relevance

/net/ieee802154/
H A Ddgram.c49 unsigned int connected:1; member in struct:dgram_sock
189 ro->connected = 1;
201 ro->connected = 0;
224 if (!ro->connected && !msg->msg_name)
226 else if (ro->connected && msg->msg_name)
/net/netfilter/
H A Dxt_TPROXY.c138 int connected = (sk->sk_state == TCP_ESTABLISHED); local
146 if ((lookup_type == NFT_LOOKUP_ESTABLISHED && (!connected || wildcard)) ||
147 (lookup_type == NFT_LOOKUP_LISTENER && connected)) {
202 int connected = (sk->sk_state == TCP_ESTABLISHED); local
210 if ((lookup_type == NFT_LOOKUP_ESTABLISHED && (!connected || wildcard)) ||
211 (lookup_type == NFT_LOOKUP_LISTENER && connected)) {
/net/l2tp/
H A Dl2tp_ip.c395 int connected = 0; local
424 connected = 1;
451 if (connected)
475 if (connected) {
/net/ipv4/
H A Dip_tunnel.c649 bool connected; local
652 connected = (tunnel->parms.iph.daddr != 0);
701 connected = false;
709 connected = false;
712 connected = false;
722 rt = connected ? tunnel_rtable_get(tunnel, 0, &fl4.saddr) : NULL;
731 if (connected)
H A Dudp.c874 int connected = 0; local
940 /* Open fast path for connected socket.
943 connected = 1;
958 connected = 0;
980 connected = 0;
987 connected = 0;
995 connected = 0;
999 if (connected)
1026 if (connected)
1125 * This will succeed only when the socket is connected
[all...]
/net/ipv6/
H A Dudp.c1095 int connected = 0; local
1206 connected = 1;
1236 connected = 0;
1255 connected = 0;
1259 connected = 0;
1312 if (connected) {
/net/vmw_vsock/
H A Daf_vsock.c22 * specified an address that they are responsible for) and one for connected
46 * that socket reaches the connected state, it is removed from the listener
48 * Callers of accept(2) will accept connected sockets from the listener socket's
53 * - It is possible that these pending sockets will never reach the connected
60 * function will also cleanup rejected sockets, those that reach the connected
70 * freed. Each entry in a list (such as the "global" bound and connected tables
71 * and the listener socket's pending list and connected queue) ensures a
134 /* Each bound VSocket is stored in the bind hash table and each connected
135 * VSocket is stored in the connected hash table.
381 void vsock_enqueue_accept(struct sock *listener, struct sock *connected) argument
1244 struct sock *connected; local
[all...]
/net/tipc/
H A Dsocket.c57 * @connected: non-zero if port is currently connected to a peer port
80 int connected; member in struct:tipc_sock
248 /* tsk_peer_msg - verify if message was sent by connected port's peer
259 if (unlikely(!tsk->connected))
485 tsk->connected = 0;
496 if (tsk->connected) {
643 * connected POLLIN/POLLRDNORM if data in rx queue
1030 !tsk->connected);
1155 tsk->connected
[all...]

Completed in 175 milliseconds