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

/linux-4.1.27/drivers/tty/
H A Dtty_ioctl.c109 tty->flow_change = 0; tty_throttle()
133 tty->flow_change = 0; tty_unthrottle()
143 * if tty->flow_change is TTY_THROTTLE_SAFE. Prevents an accidental
156 if (tty->flow_change != TTY_THROTTLE_SAFE) tty_throttle_safe()
174 * if tty->flow_change is TTY_UNTHROTTLE_SAFE. Prevents an accidental
187 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) tty_unthrottle_safe()
/linux-4.1.27/net/sched/
H A Dcls_flow.c362 static int flow_change(struct net *net, struct sk_buff *in_skb, flow_change() function
672 .change = flow_change,
/linux-4.1.27/include/linux/
H A Dtty.h296 int flow_change; member in struct:tty_struct
350 /* Values for tty->flow_change */
356 tty->flow_change = val; __tty_set_flow_change()
361 tty->flow_change = val; tty_set_flow_change()

Completed in 93 milliseconds