Lines Matching full:reliable
14 0,x -> 1,1 if "link reliable" when sending FULL STATUS
21 (exist,new,active) = FULL STATUS if "link reliable"
24 active = open and "link reliable"
142 int reliable; member
531 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send()
574 static void fr_set_link_state(int reliable, struct net_device *dev) in fr_set_link_state() argument
579 state(hdlc)->reliable = reliable; in fr_set_link_state()
580 if (reliable) { in fr_set_link_state()
612 int i, cnt = 0, reliable; in fr_timer() local
616 reliable = state(hdlc)->request && in fr_timer()
623 if (state(hdlc)->reliable) in fr_timer()
632 reliable = (cnt < state(hdlc)->settings.n392); in fr_timer()
635 if (state(hdlc)->reliable != reliable) { in fr_timer()
636 netdev_info(dev, "Link %sreliable\n", reliable ? "" : "un"); in fr_timer()
637 fr_set_link_state(reliable, dev); in fr_timer()
745 if (!state(hdlc)->reliable) in fr_lmi_recv()
1004 state(hdlc)->reliable = 0; in fr_start()