Home
last modified time | relevance | path

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

/titanic_50/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.h228 struct conn_s { struct
321 struct conn_s *conn_g_next; /* Global Hash chain next */ argument
322 struct conn_s *conn_g_prev; /* Global Hash chain prev */ argument
327 struct conn_s *conn_next; /* Hash chain next */ argument
328 struct conn_s *conn_prev; /* Hash chain prev */ argument
361 struct conn_s *conn_drain_next; /* Next conn in drain list */ argument
362 struct conn_s *conn_drain_prev; /* Prev conn in drain list */ argument
465 struct conn_s *connf_head; argument
H A Dtcp.h135 struct conn_s;
152 struct conn_s *tcp_connp; /* back pointer to conn_t */
H A Dip_stack.h288 struct conn_s *ips_ip_g_mrouter;
H A Dip.h621 struct conn_s *ilg_connp; /* Back pointer to get lock */
737 typedef struct conn_s conn_t;
/titanic_50/usr/src/uts/common/sys/
H A Dsqueue.h86 struct conn_s;
87 extern int squeue_synch_enter(struct conn_s *, mblk_t *);
88 extern void squeue_synch_exit(struct conn_s *);
/titanic_50/usr/src/uts/common/inet/ip/
H A Dipclassifier.c313 char itcu_filler[CACHE_ALIGN(conn_s)];