Lines Matching refs:output

126 	@constant BPF_MODE_OUTPUT Enable output only.
127 @constant BPF_MODE_INPUT_OUTPUT Enable input and output.
333 protocol's pre-output function.
335 pre-output function.
604 @field output The output function for the interface. Every packet the
636 ifnet_output_func output; /* required */
769 related to the output or input processing or capabilities.
796 @field sndq_maxlen The maximum size of the output queue; valid only
798 @field output The output function for the interface. Every packet the
805 @field output_ctl The output control function for the interface, valid
807 @field output_sched_model The IFNET_SCHED_MODEL value for the output
809 @field output_bw The effective output bandwidth (in bits per second.)
810 @field output_bw_max The maximum theoretical output bandwidth
858 ifnet_output_func output; /* required only for legacy model */
1020 support for the new output and input driver models.
1033 @discussion Purge the output queue of an interface which implements
1034 the new driver output model.
1041 @discussion Enqueue a packet to the output queue of an interface
1042 which implements the new driver output model.
1047 the interface doesn't implement the new driver output model;
1048 EQFULL if the output queue is flow-controlled; or EQSUSPENDED
1049 if the output queue is suspended. This routine either frees
1058 @discussion Dequeue a packet from the output queue of an interface
1059 which implements the new driver output model, and that the
1060 output scheduling model is set to IFNET_SCHED_MODEL_NORMAL.
1064 the interface doesn't implement the new driver output model
1065 or the output scheduling model isn't IFNET_SCHED_MODEL_NORMAL,
1074 appropriate output queue of an interface which implements the
1075 new driver output model, and that the output scheduling model
1081 the interface doesn't implement the new driver output model
1082 or if the output scheduling model isn't configured to
1091 @discussion Dequeue one or more packets from the output queue of an
1092 interface which implements the new driver output model, and that
1093 the output scheduling model is set to IFNET_SCHED_MODEL_NORMAL.
1105 the interface doesn't implement the new driver output model
1106 or the output scheduling model isn't IFNET_SCHED_MODEL_NORMAL,
1116 from the appropriate output queue of an interface which
1117 implements the new driver output model, and that the output
1131 the interface doesn't implement the new driver output model
1132 or if the output scheduling model isn't configured to
1142 @discussion Set the output scheduling model of an interface which
1143 implements the new driver output model.
1147 the interface doesn't implement the new driver output model.
1154 @discussion Set the maximum length of the output queue of an
1155 interface which implements the new driver output model.
1157 order to modify the maximum output queue length previously
1160 @param maxqlen The maximum number of packets in the output queue.
1162 the interface doesn't implement the new driver output model.
1168 @discussion Get the maximum length of the output queue of an
1169 interface which implements the new driver output model.
1172 in the output queue.
1174 the interface doesn't implement the new driver output model.
1180 @discussion Get the current length of the output queue of an
1181 interface which implements the new driver output model.
1184 in the output queue.
1186 the interface doesn't implement the new driver output model.
1221 interface which implements the new driver output model.
1810 function, and finally the interface's output function. The
1835 calling any filters followed by the interface's output function.
2031 @param output_bw The output bandwidth values (in bits per second).
2033 existing output bandwidth values.
2045 @param output_bw The output bandwidth values (in bits per second).
2047 output bandwidth value.