Lines Matching refs:bfd_config

146 struct bfd_config *bfd_lookup(struct rtentry *);
149 struct socket *bfd_listener(struct bfd_config *, unsigned int);
150 struct socket *bfd_sender(struct bfd_config *, unsigned int);
151 void bfd_input(struct bfd_config *, struct mbuf *);
152 void bfd_set_state(struct bfd_config *, unsigned int);
154 int bfd_send(struct bfd_config *, struct mbuf *);
161 void bfd_error(struct bfd_config *);
166 void bfd_senddown(struct bfd_config *);
167 void bfd_reset(struct bfd_config *);
168 void bfd_set_uptime(struct bfd_config *);
170 void bfd_debug(struct bfd_config *);
172 TAILQ_HEAD(bfd_queue, bfd_config) bfd_queue;
180 struct bfd_config *bfd; in bfdset()
227 struct bfd_config *bfd; in bfdclear()
238 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_clear_task()
278 pool_init(&bfd_pool, sizeof(struct bfd_config), 0, in bfdinit()
299 struct bfd_config *bfd; in bfddestroy()
317 struct bfd_config *
320 struct bfd_config *bfd; in bfd_lookup()
332 struct bfd_config *bfd; in bfd2sa()
376 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_start_task()
403 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_send_task()
427 bfd_listener(struct bfd_config *bfd, unsigned int port) in bfd_listener()
506 bfd_sender(struct bfd_config *bfd, unsigned int port) in bfd_sender()
630 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_upcall()
639 struct bfd_config *bfd = (struct bfd_config *)arg; in bfd_upcall_task()
664 bfd_error(struct bfd_config *bfd) in bfd_error()
680 struct bfd_config *bfd = v; in bfd_timeout_tx()
690 struct bfd_config *bfd = v; in bfd_timeout_rx()
704 bfd_senddown(struct bfd_config *bfd) in bfd_senddown()
723 bfd_reset(struct bfd_config *bfd) in bfd_reset()
757 bfd_input(struct bfd_config *bfd, struct mbuf *m) in bfd_input()
897 bfd_set_state(struct bfd_config *bfd, unsigned int state) in bfd_set_state()
947 bfd_set_uptime(struct bfd_config *bfd) in bfd_set_uptime()
959 struct bfd_config *bfd = x; in bfd_send_control()
997 bfd_send(struct bfd_config *bfd, struct mbuf *m) in bfd_send()
1006 bfd_debug(struct bfd_config *bfd) in bfd_debug()