Lines Matching refs:wlif
50 extern void wl_txflowcontrol(struct wl_info *wl, struct wl_if *wlif, bool state, int prio);
59 extern void * wl_get_tko(struct wl_info *wl, struct wl_if *wlif);
62 extern void * wl_get_icmp(struct wl_info *wl, struct wl_if *wlif);
89 extern void wl_sendup_fp(struct wl_info *wl, struct wl_if *wlif, void *p);
90 extern void wl_sendup(struct wl_info *wl, struct wl_if *wlif, void *p, int numpkt);
91 extern void wl_sendup_event(struct wl_info *wl, struct wl_if *wlif, void *pkt);
97 extern char *wl_ifname(struct wl_info *wl, struct wl_if *wlif);
98 void wl_set_ifname(struct wl_if *wlif, char *name);
101 extern void wl_del_if(struct wl_info *wl, struct wl_if *wlif);
106 int wl_find_if(struct wl_if *wlif);
107 extern int wl_rebind_if(struct wl_if *wlif, int idx, bool rebind);
113 extern void *wl_get_ifctx(struct wl_info *wl, int ctx_id, struct wl_if *wlif);
130 extern void wl_sendup_no_filter(struct wl_info *wl, struct wl_if *wlif, void *p, int numpkt);
206 void *wl_create_fwdpkt(struct wl_info *wl, void *p, struct wl_if *wlif);