Home
last modified time | relevance | path

Searched refs:socket_state (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/include/trace/events/
Dsunrpc.h240 __field(unsigned int, socket_state)
251 __entry->socket_state = socket->state;
264 __entry->socket_state,
265 rpc_show_socket_state(__entry->socket_state),
290 __field(unsigned int, socket_state)
301 __entry->socket_state = socket->state;
316 __entry->socket_state,
317 rpc_show_socket_state(__entry->socket_state),
/linux-4.4.14/include/uapi/linux/
Dnet.h53 } socket_state; typedef
/linux-4.4.14/drivers/pcmcia/
Dsa1100_cerf.c80 .socket_state = cerf_pcmcia_socket_state,
Dpxa2xx_cm_x270.c74 .socket_state = cmx270_pcmcia_socket_state,
Dpxa2xx_palmtx.c75 .socket_state = palmtx_pcmcia_socket_state,
Dpxa2xx_palmld.c73 .socket_state = palmld_pcmcia_socket_state,
Dsa1100_shannon.c91 .socket_state = shannon_pcmcia_socket_state,
Dsa1100_assabet.c93 .socket_state = assabet_pcmcia_socket_state,
Dpxa2xx_hx4700.c88 .socket_state = hx4700_pcmcia_socket_state,
Dsa1100_nanoengine.c120 .socket_state = nanoengine_pcmcia_socket_state,
Dpxa2xx_stargate2.c89 .socket_state = sg2_pcmcia_socket_state,
Dsa1100_simpad.c107 .socket_state = simpad_pcmcia_socket_state,
Dpxa2xx_e740.c89 .socket_state = e740_pcmcia_socket_state,
Dpxa2xx_balloon3.c98 .socket_state = balloon3_pcmcia_socket_state,
Dpxa2xx_cm_x255.c95 .socket_state = cmx255_pcmcia_socket_state,
Dsoc_common.h95 void (*socket_state)(struct soc_pcmcia_socket *, struct pcmcia_state *); member
Dpxa2xx_palmtc.c125 .socket_state = palmtc_pcmcia_socket_state,
Dpxa2xx_vpac270.c102 .socket_state = vpac270_pcmcia_socket_state,
Dpxa2xx_viper.c116 .socket_state = viper_pcmcia_socket_state,
Dpxa2xx_trizeps4.c156 .socket_state = trizeps_pcmcia_socket_state,
Dpxa2xx_mainstone.c132 .socket_state = mst_pcmcia_socket_state,
Dsa1100_h3600.c149 .socket_state = h3600_pcmcia_socket_state,
Dpxa2xx_colibri.c111 .socket_state = colibri_pcmcia_socket_state,
Dsa1111_generic.c145 ops->socket_state = sa1111_pcmcia_socket_state; in sa1111_pcmcia_add()
Dpxa2xx_sharpsl.c200 .socket_state = sharpsl_pcmcia_socket_state,
Dsoc_common.c223 skt->ops->socket_state(skt, &state); in soc_common_pcmcia_skt_state()
/linux-4.4.14/include/linux/
Dnet.h111 socket_state state;
/linux-4.4.14/net/tipc/
Dsocket.c331 socket_state state; in tipc_sk_create()
1856 socket_state previous; in tipc_connect()