Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_ioctl.c109 tty->flow_change = 0; in tty_throttle()
133 tty->flow_change = 0; in tty_unthrottle()
156 if (tty->flow_change != TTY_THROTTLE_SAFE) in tty_throttle_safe()
187 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) in tty_unthrottle_safe()
/linux-4.1.27/include/linux/
Dtty.h296 int flow_change; member
356 tty->flow_change = val; in __tty_set_flow_change()
361 tty->flow_change = val; in tty_set_flow_change()
/linux-4.1.27/net/sched/
Dcls_flow.c362 static int flow_change(struct net *net, struct sk_buff *in_skb, in flow_change() function
672 .change = flow_change,