Lines Matching refs:slip
103 static void slip_unesc(struct slip *sl, unsigned char c);
106 static void slip_unesc6(struct slip *sl, unsigned char c);
129 static int sl_alloc_bufs(struct slip *sl, int mtu) in sl_alloc_bufs()
205 static void sl_free_bufs(struct slip *sl) in sl_free_bufs()
220 static int sl_realloc_bufs(struct slip *sl, int mtu)
306 static inline void sl_lock(struct slip *sl)
313 static inline void sl_unlock(struct slip *sl)
319 static void sl_bump(struct slip *sl)
375 static void sl_encaps(struct slip *sl, unsigned char *icp, int len)
423 struct slip *sl = container_of(work, struct slip, tx_work);
455 struct slip *sl;
466 struct slip *sl = netdev_priv(dev);
500 struct slip *sl = netdev_priv(dev);
534 struct slip *sl = netdev_priv(dev);
552 struct slip *sl = netdev_priv(dev);
566 struct slip *sl = netdev_priv(dev);
578 struct slip *sl = netdev_priv(dev);
610 struct slip *sl = netdev_priv(dev);
627 struct slip *sl = netdev_priv(dev);
690 struct slip *sl = tty->disc_data;
721 struct slip *sl;
738 static struct slip *sl_alloc(void)
743 struct slip *sl;
789 struct slip *sl;
885 struct slip *sl = tty->disc_data;
955 static void slip_unesc(struct slip *sl, unsigned char s)
1038 static void slip_unesc6(struct slip *sl, unsigned char s)
1078 struct slip *sl = tty->disc_data;
1188 struct slip *sl = netdev_priv(dev);
1314 struct slip *sl;
1379 struct slip *sl = from_timer(sl, t, outfill_timer);
1410 struct slip *sl = from_timer(sl, t, keepalive_timer);