Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c103 struct connection { struct
117 int (*rx_action) (struct connection *); /* What to do when active */ argument
118 void (*connect_action) (struct connection *); /* What to do to connect */ argument
124 struct connection *othercon; argument
132 #define sock2con(x) ((struct connection *)(x)->sk_user_data) argument
142 struct connection *con;
180 static struct connection *__find_con(int nodeid) in __find_con()
183 struct connection *con; in __find_con()
198 static struct connection *__nodeid2con(int nodeid, gfp_t alloc) in __nodeid2con()
200 struct connection *con = NULL; in __nodeid2con()
[all …]
/fs/ncpfs/
Dioctl.c51 info.connection = server->connection; in ncp_get_fs_info()
75 info2.connection = server->connection; in ncp_get_fs_info_v2()
97 u32 connection; member
141 info2.connection = server->connection; in ncp_get_compat_fs_info_v2()
Dsock.c237 h->conn_low = server->connection; in ncp_init_header()
238 h->conn_high = server->connection >> 8; in ncp_init_header()
379 if (server->connection != get_conn_number(&reply)) { in ncpdgram_rcv_proc()
410 server->connection == get_conn_number(&reply)))) { in ncpdgram_rcv_proc()
621 …)->conn_low | (((struct ncp_reply_header*)server->rxbuf)->conn_high << 8)) != server->connection) { in __ncptcp_rcv_proc()
809 server->connection = 0xFFFF; in ncp_connect()
820 server->connection = h->conn_low + (h->conn_high * 256); in ncp_connect()
Dncp_fs_sb.h54 u16 connection; /* Remote connection number */ member
/fs/cifs/
DKconfig181 used to communicate on an encrypted share connection on the