Searched refs:flow_change (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/tty/
H A Dtty.h43 /* Values for tty->flow_change */
53 tty->flow_change = val;
59 tty->flow_change = val;
H A Dtty_ioctl.c107 tty->flow_change = TTY_FLOW_NO_CHANGE;
117 * tty_throttle_safe() will only attempt throttle if @tty->flow_change is
129 if (tty->flow_change != TTY_THROTTLE_SAFE)
147 * @tty->flow_change is %TTY_UNTHROTTLE_SAFE. Prevents an accidental unthrottle
159 if (tty->flow_change != TTY_UNTHROTTLE_SAFE)
/linux-master/include/linux/
H A Dtty.h168 * @flow_change: controls behavior of throttling, see tty_throttle_safe() and
233 int flow_change; member in struct:tty_struct
/linux-master/net/sched/
H A Dcls_flow.c389 static int flow_change(struct net *net, struct sk_buff *in_skb, function
698 .change = flow_change,

Completed in 178 milliseconds