Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c116 tty->flow_change = 0; in tty_throttle()
140 tty->flow_change = 0; in tty_unthrottle()
163 if (tty->flow_change != TTY_THROTTLE_SAFE) in tty_throttle_safe()
194 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) in tty_unthrottle_safe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h333 int flow_change; member
395 tty->flow_change = val; in __tty_set_flow_change()
400 tty->flow_change = val; in tty_set_flow_change()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c387 static int flow_change(struct net *net, struct sk_buff *in_skb, in flow_change() function
702 .change = flow_change,