Lines Matching defs: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;
531 if (state(hdlc)->reliable && !pvc->state.exist) {
574 static void fr_set_link_state(int reliable, struct net_device *dev)
579 state(hdlc)->reliable = reliable;
580 if (reliable) {
612 int i, cnt = 0, reliable;
616 reliable = state(hdlc)->request &&
623 if (state(hdlc)->reliable)
632 reliable = (cnt < state(hdlc)->settings.n392);
635 if (state(hdlc)->reliable != reliable) {
636 netdev_info(dev, "Link %sreliable\n", reliable ? "" : "un");
637 fr_set_link_state(reliable, dev);
745 if (!state(hdlc)->reliable)
1004 state(hdlc)->reliable = 0;