Lines Matching refs:slip
104 static void slip_unesc(struct slip *sl, unsigned char c);
107 static void slip_unesc6(struct slip *sl, unsigned char c);
130 static int sl_alloc_bufs(struct slip *sl, int mtu) in sl_alloc_bufs()
206 static void sl_free_bufs(struct slip *sl) in sl_free_bufs()
221 static int sl_realloc_bufs(struct slip *sl, int mtu)
307 static inline void sl_lock(struct slip *sl)
314 static inline void sl_unlock(struct slip *sl)
320 static void sl_bump(struct slip *sl)
376 static void sl_encaps(struct slip *sl, unsigned char *icp, int len)
424 struct slip *sl = container_of(work, struct slip, tx_work);
456 struct slip *sl;
467 struct slip *sl = netdev_priv(dev);
501 struct slip *sl = netdev_priv(dev);
535 struct slip *sl = netdev_priv(dev);
553 struct slip *sl = netdev_priv(dev);
567 struct slip *sl = netdev_priv(dev);
579 struct slip *sl = netdev_priv(dev);
611 struct slip *sl = netdev_priv(dev);
628 struct slip *sl = netdev_priv(dev);
691 struct slip *sl = tty->disc_data;
722 struct slip *sl;
739 static struct slip *sl_alloc(void)
744 struct slip *sl;
790 struct slip *sl;
886 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;
1189 struct slip *sl = netdev_priv(dev);
1318 struct slip *sl;
1381 struct slip *sl = from_timer(sl, t, outfill_timer);
1412 struct slip *sl = from_timer(sl, t, keepalive_timer);