Home
last modified time | relevance | path

Searched refs:pn_flow_safe (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/phonet/
Dpep.h159 #define pn_flow_safe(fc) ((fc) >> 1) macro
/linux-4.1.27/net/phonet/
Dpep.c403 if (!pn_flow_safe(pn->rx_fc)) { in pipe_do_rcv()
438 if (!pn_flow_safe(pn->tx_fc)) { in pipe_do_rcv()
552 if (!pn_flow_safe(pn->tx_fc)) { in pipe_start_flow_control()
573 if (!pn_flow_safe(pn->rx_fc)) { in pipe_handler_do_rcv()
1097 if (pn_flow_safe(pn->tx_fc) && in pipe_skb_send()
1115 if (err && pn_flow_safe(pn->tx_fc)) in pipe_skb_send()