Home
last modified time | relevance | path

Searched refs:conn_s (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.h38 extern boolean_t proto_set_rx_hiwat(queue_t *, struct conn_s *, size_t);
39 extern boolean_t proto_set_rx_lowat(queue_t *, struct conn_s *, size_t);
40 extern boolean_t proto_set_maxpsz(queue_t *, struct conn_s *, size_t);
41 extern boolean_t proto_set_tx_maxblk(queue_t *, struct conn_s *,
43 extern boolean_t proto_set_tx_copyopt(queue_t *, struct conn_s *, int);
44 extern boolean_t proto_set_tx_wroff(queue_t *, struct conn_s *, size_t);
45 extern void proto_set_rx_oob_opt(struct conn_s *, boolean_t);
H A Dipclassifier.h234 struct conn_s { struct
324 struct conn_s *conn_g_next; /* Global Hash chain next */ argument
325 struct conn_s *conn_g_prev; /* Global Hash chain prev */ argument
330 struct conn_s *conn_next; /* Hash chain next */ argument
331 struct conn_s *conn_prev; /* Hash chain prev */ argument
364 struct conn_s *conn_drain_next; /* Next conn in drain list */ argument
365 struct conn_s *conn_drain_prev; /* Prev conn in drain list */ argument
469 struct conn_s *connf_head; argument
H A Dtcp.h138 struct conn_s;
155 struct conn_s *tcp_connp; /* back pointer to conn_t */
H A Dip_stack.h297 struct conn_s *ips_ip_g_mrouter;
H A Dip.h622 struct conn_s *ilg_connp; /* Back pointer to get lock */
738 typedef struct conn_s conn_t;
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue.h87 struct conn_s;
88 extern int squeue_synch_enter(struct conn_s *, mblk_t *);
89 extern void squeue_synch_exit(struct conn_s *, int);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c315 char itcu_filler[CACHE_ALIGN(conn_s)];