Searched refs:dn_pipe (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.c151 static void transmit_event(struct dn_pipe *pipe, struct mbuf **head,
155 static void ready_event_wfq(struct dn_pipe *p, struct mbuf **head,
224 static int config_pipe(struct dn_pipe *p);
236 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
238 static int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p );
242 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
244 static int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p );
267 int cp_pipe_from_user_32( struct sockopt *sopt, struct dn_pipe *p )
313 int cp_pipe_from_user_64( struct sockopt *sopt, struct dn_pipe *p )
461 char *cp_pipe_to_32_user(struct dn_pipe *
[all...]
H A Dip_dummynet.h240 + dn_pipe, which contains the main configuration parameters related
252 and dn_pipe structures (a dn_pipe also contains a dn_flow_set).
255 WFQ ones, or the one embedded in the dn_pipe for fixed-rate flows),
318 * latter case, the structure is located inside the struct dn_pipe).
333 struct dn_pipe *pipe ; /* pointer to parent pipe */
387 struct dn_pipe { /* a pipe */ struct
388 SLIST_ENTRY(dn_pipe) next; /* linked list in a hash slot */
418 SLIST_HEAD(dn_pipe_head, dn_pipe);

Completed in 14 milliseconds