Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 2 of 2) sorted by relevance

/fs/dlm/
Dlowcomms.c98 struct connection { struct
110 int (*rx_action) (struct connection *); /* What to do when active */ argument
111 void (*connect_action) (struct connection *); /* What to do to connect */ argument
117 struct connection *othercon; argument
121 #define sock2con(x) ((struct connection *)(x)->sk_user_data) argument
/fs/ncpfs/
Dioctl.c107 u32 connection; member