[BACK]Return to raw_ip.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/raw_ip.c between version 1.114 and 1.114.2.4

version 1.114, 2012/03/22 20:34:39 version 1.114.2.4, 2017/12/03 11:39:04
Line 60 
Line 60 
  *      @(#)raw_ip.c    8.7 (Berkeley) 5/15/95   *      @(#)raw_ip.c    8.7 (Berkeley) 5/15/95
  */   */
   
   /*
    * Raw interface to IP protocol.
    */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 __KERNEL_RCSID(0, "$NetBSD$");  __KERNEL_RCSID(0, "$NetBSD$");
   
   #ifdef _KERNEL_OPT
 #include "opt_inet.h"  #include "opt_inet.h"
 #include "opt_compat_netbsd.h"  
 #include "opt_ipsec.h"  #include "opt_ipsec.h"
 #include "opt_mrouting.h"  #include "opt_mrouting.h"
   #include "opt_net_mpsafe.h"
   #endif
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/malloc.h>  
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/protosw.h>  #include <sys/protosw.h>
Line 81  __KERNEL_RCSID(0, "$NetBSD$");
Line 86  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/kauth.h>  #include <sys/kauth.h>
   
 #include <net/if.h>  #include <net/if.h>
 #include <net/route.h>  
   
 #include <netinet/in.h>  #include <netinet/in.h>
 #include <netinet/in_systm.h>  #include <netinet/in_systm.h>
Line 94  __KERNEL_RCSID(0, "$NetBSD$");
Line 98  __KERNEL_RCSID(0, "$NetBSD$");
 #include <netinet/in_proto.h>  #include <netinet/in_proto.h>
 #include <netinet/in_var.h>  #include <netinet/in_var.h>
   
 #ifdef FAST_IPSEC  #ifdef IPSEC
 #include <netipsec/ipsec.h>  #include <netipsec/ipsec.h>
 #include <netipsec/ipsec_var.h>  #include <netipsec/ipsec_var.h>
 #include <netipsec/ipsec_private.h>  #include <netipsec/ipsec_private.h>
 #endif  /* FAST_IPSEC */  #endif  /* IPSEC */
   
 #ifdef COMPAT_50  
 #include <compat/sys/socket.h>  
 #endif  
   
 struct inpcbtable rawcbtable;  struct inpcbtable rawcbtable;
   
 int      rip_pcbnotify(struct inpcbtable *, struct in_addr,  int      rip_pcbnotify(struct inpcbtable *, struct in_addr,
     struct in_addr, int, int, void (*)(struct inpcb *, int));      struct in_addr, int, int, void (*)(struct inpcb *, int));
 int      rip_bind(struct inpcb *, struct mbuf *);  static int       rip_connect_pcb(struct inpcb *, struct sockaddr_in *);
 int      rip_connect(struct inpcb *, struct mbuf *);  static void      rip_disconnect1(struct inpcb *);
 void     rip_disconnect(struct inpcb *);  
   
 static void sysctl_net_inet_raw_setup(struct sysctllog **);  static void sysctl_net_inet_raw_setup(struct sysctllog **);
   
Line 120  static void sysctl_net_inet_raw_setup(st
Line 119  static void sysctl_net_inet_raw_setup(st
 #define RIPSNDQ         8192  #define RIPSNDQ         8192
 #define RIPRCVQ         8192  #define RIPRCVQ         8192
   
   static u_long           rip_sendspace = RIPSNDQ;
   static u_long           rip_recvspace = RIPRCVQ;
   
 /*  /*
  * Raw interface to IP protocol.   * Raw interface to IP protocol.
  */   */
Line 142  rip_sbappendaddr(struct inpcb *last, str
Line 144  rip_sbappendaddr(struct inpcb *last, str
         if (last->inp_flags & INP_NOHEADER)          if (last->inp_flags & INP_NOHEADER)
                 m_adj(n, hlen);                  m_adj(n, hlen);
         if (last->inp_flags & INP_CONTROLOPTS          if (last->inp_flags & INP_CONTROLOPTS
 #ifdef SO_OTIMESTAMP              || SOOPT_TIMESTAMP(last->inp_socket->so_options))
             || last->inp_socket->so_options & SO_OTIMESTAMP  
 #endif  
             || last->inp_socket->so_options & SO_TIMESTAMP)  
                 ip_savecontrol(last, &opts, ip, n);                  ip_savecontrol(last, &opts, ip, n);
         if (sbappendaddr(&last->inp_socket->so_rcv, sa, n, opts) == 0) {          if (sbappendaddr(&last->inp_socket->so_rcv, sa, n, opts) == 0) {
                 /* should notify about lost packet */                  /* should notify about lost packet */
Line 189  rip_input(struct mbuf *m, ...)
Line 188  rip_input(struct mbuf *m, ...)
         ip->ip_len = ntohs(ip->ip_len) - hlen;          ip->ip_len = ntohs(ip->ip_len) - hlen;
         NTOHS(ip->ip_off);          NTOHS(ip->ip_off);
   
         CIRCLEQ_FOREACH(inph, &rawcbtable.inpt_queue, inph_queue) {          TAILQ_FOREACH(inph, &rawcbtable.inpt_queue, inph_queue) {
                 inp = (struct inpcb *)inph;                  inp = (struct inpcb *)inph;
                 if (inp->inp_af != AF_INET)                  if (inp->inp_af != AF_INET)
                         continue;                          continue;
Line 203  rip_input(struct mbuf *m, ...)
Line 202  rip_input(struct mbuf *m, ...)
                         continue;                          continue;
                 if (last == NULL)                  if (last == NULL)
                         ;                          ;
 #if defined(FAST_IPSEC)  #if defined(IPSEC)
                 /* check AH/ESP integrity. */                  /* check AH/ESP integrity. */
                 else if (ipsec4_in_reject_so(m, last->inp_socket)) {                  else if (ipsec_used &&
                       ipsec4_in_reject(m, last)) {
                         IPSEC_STATINC(IPSEC_STAT_IN_POLVIO);                          IPSEC_STATINC(IPSEC_STAT_IN_POLVIO);
                         /* do not inject data to pcb */                          /* do not inject data to pcb */
                 }                  }
Line 217  rip_input(struct mbuf *m, ...)
Line 217  rip_input(struct mbuf *m, ...)
                 }                  }
                 last = inp;                  last = inp;
         }          }
 #if defined(FAST_IPSEC)  #if defined(IPSEC)
         /* check AH/ESP integrity. */          /* check AH/ESP integrity. */
         if (last != NULL && ipsec4_in_reject_so(m, last->inp_socket)) {          if (ipsec_used && last != NULL
               && ipsec4_in_reject(m, last)) {
                 m_freem(m);                  m_freem(m);
                 IPSEC_STATINC(IPSEC_STAT_IN_POLVIO);                  IPSEC_STATINC(IPSEC_STAT_IN_POLVIO);
                 IP_STATDEC(IP_STAT_DELIVERED);                  IP_STATDEC(IP_STAT_DELIVERED);
Line 247  rip_pcbnotify(struct inpcbtable *table,
Line 248  rip_pcbnotify(struct inpcbtable *table,
     struct in_addr faddr, struct in_addr laddr, int proto, int errno,      struct in_addr faddr, struct in_addr laddr, int proto, int errno,
     void (*notify)(struct inpcb *, int))      void (*notify)(struct inpcb *, int))
 {  {
         struct inpcb *inp, *ninp;          struct inpcb_hdr *inph, *ninph;
         int nmatch;          int nmatch;
   
         nmatch = 0;          nmatch = 0;
         for (inp = (struct inpcb *)CIRCLEQ_FIRST(&table->inpt_queue);          TAILQ_FOREACH_SAFE(inph, &table->inpt_queue, inph_queue, ninph) {
             inp != (struct inpcb *)&table->inpt_queue;                  struct inpcb *inp = (struct inpcb *)inph;
             inp = ninp) {  
                 ninp = (struct inpcb *)inp->inp_queue.cqe_next;  
                 if (inp->inp_af != AF_INET)                  if (inp->inp_af != AF_INET)
                         continue;                          continue;
                 if (inp->inp_ip.ip_p && inp->inp_ip.ip_p != proto)                  if (inp->inp_ip.ip_p && inp->inp_ip.ip_p != proto)
Line 304  rip_ctlinput(int cmd, const struct socka
Line 303  rip_ctlinput(int cmd, const struct socka
  * Tack on options user may have setup with control call.   * Tack on options user may have setup with control call.
  */   */
 int  int
 rip_output(struct mbuf *m, ...)  rip_output(struct mbuf *m, struct inpcb *inp, struct mbuf *control,
       struct lwp *l)
 {  {
         struct inpcb *inp;  
         struct ip *ip;          struct ip *ip;
         struct mbuf *opts;          struct mbuf *opts;
         int flags;          struct ip_pktopts pktopts;
         va_list ap;          kauth_cred_t cred;
           int error, flags;
         va_start(ap, m);  
         inp = va_arg(ap, struct inpcb *);          flags = (inp->inp_socket->so_options & SO_DONTROUTE) |
         va_end(ap);              IP_ALLOWBROADCAST | IP_RETURNMTU;
   
         flags =          if (l == NULL)
             (inp->inp_socket->so_options & SO_DONTROUTE) | IP_ALLOWBROADCAST                  cred = NULL;
             | IP_RETURNMTU;          else
                   cred = l->l_cred;
   
           /* Setup IP outgoing packet options */
           memset(&pktopts, 0, sizeof(pktopts));
           error = ip_setpktopts(control, &pktopts, &flags, inp, cred,
               IPPROTO_RAW);
           if (control != NULL)
                   m_freem(control);
           if (error != 0)
                   goto release;
   
         /*          /*
          * If the user handed us a complete IP packet, use it.           * If the user handed us a complete IP packet, use it.
Line 326  rip_output(struct mbuf *m, ...)
Line 335  rip_output(struct mbuf *m, ...)
          */           */
         if ((inp->inp_flags & INP_HDRINCL) == 0) {          if ((inp->inp_flags & INP_HDRINCL) == 0) {
                 if ((m->m_pkthdr.len + sizeof(struct ip)) > IP_MAXPACKET) {                  if ((m->m_pkthdr.len + sizeof(struct ip)) > IP_MAXPACKET) {
                         m_freem(m);                          error = EMSGSIZE;
                         return (EMSGSIZE);                          goto release;
                 }                  }
                 M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);                  M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
                 if (!m)                  if (!m) {
                         return (ENOBUFS);                          error = ENOBUFS;
                           goto release;
                   }
                 ip = mtod(m, struct ip *);                  ip = mtod(m, struct ip *);
                 ip->ip_tos = 0;                  ip->ip_tos = 0;
                 ip->ip_off = htons(0);                  ip->ip_off = htons(0);
                 ip->ip_p = inp->inp_ip.ip_p;                  ip->ip_p = inp->inp_ip.ip_p;
                 ip->ip_len = htons(m->m_pkthdr.len);                  ip->ip_len = htons(m->m_pkthdr.len);
                 ip->ip_src = inp->inp_laddr;                  ip->ip_src = pktopts.ippo_laddr.sin_addr;
                 ip->ip_dst = inp->inp_faddr;                  ip->ip_dst = inp->inp_faddr;
                 ip->ip_ttl = MAXTTL;                  ip->ip_ttl = MAXTTL;
                 opts = inp->inp_options;                  opts = inp->inp_options;
         } else {          } else {
                 if (m->m_pkthdr.len > IP_MAXPACKET) {                  if (m->m_pkthdr.len > IP_MAXPACKET) {
                         m_freem(m);                          error = EMSGSIZE;
                         return (EMSGSIZE);                          goto release;
                 }                  }
                 ip = mtod(m, struct ip *);                  ip = mtod(m, struct ip *);
   
Line 357  rip_output(struct mbuf *m, ...)
Line 368  rip_output(struct mbuf *m, ...)
                         int hlen = ip->ip_hl << 2;                          int hlen = ip->ip_hl << 2;
   
                         m = m_copyup(m, hlen, (max_linkhdr + 3) & ~3);                          m = m_copyup(m, hlen, (max_linkhdr + 3) & ~3);
                         if (m == NULL)                          if (m == NULL) {
                                 return (ENOMEM);        /* XXX */                                  error = ENOMEM; /* XXX */
                                   goto release;
                           }
                         ip = mtod(m, struct ip *);                          ip = mtod(m, struct ip *);
                 }                  }
   
                 /* XXX userland passes ip_len and ip_off in host order */                  /* XXX userland passes ip_len and ip_off in host order */
                 if (m->m_pkthdr.len != ip->ip_len) {                  if (m->m_pkthdr.len != ip->ip_len) {
                         m_freem(m);                          error = EINVAL;
                         return (EINVAL);                          goto release;
                 }                  }
                 HTONS(ip->ip_len);                  HTONS(ip->ip_len);
                 HTONS(ip->ip_off);                  HTONS(ip->ip_off);
Line 376  rip_output(struct mbuf *m, ...)
Line 389  rip_output(struct mbuf *m, ...)
                 flags |= IP_RAWOUTPUT;                  flags |= IP_RAWOUTPUT;
                 IP_STATINC(IP_STAT_RAWOUT);                  IP_STATINC(IP_STAT_RAWOUT);
         }          }
         return (ip_output(m, opts, &inp->inp_route, flags, inp->inp_moptions,  
              inp->inp_socket, &inp->inp_errormtu));          /*
            * IP output.  Note: if IP_RETURNMTU flag is set, the MTU size
            * will be stored in inp_errormtu.
            */
           return ip_output(m, opts, &inp->inp_route, flags, pktopts.ippo_imo,
               inp);
   
    release:
           if (m != NULL)
                   m_freem(m);
           return error;
 }  }
   
 /*  /*
Line 470  rip_ctloutput(int op, struct socket *so,
Line 493  rip_ctloutput(int op, struct socket *so,
 }  }
   
 int  int
 rip_bind(struct inpcb *inp, struct mbuf *nam)  rip_connect_pcb(struct inpcb *inp, struct sockaddr_in *addr)
 {  {
         struct sockaddr_in *addr = mtod(nam, struct sockaddr_in *);  
   
         if (nam->m_len != sizeof(*addr))          if (IFNET_READER_EMPTY())
                 return (EINVAL);  
         if (TAILQ_FIRST(&ifnet) == 0)  
                 return (EADDRNOTAVAIL);                  return (EADDRNOTAVAIL);
         if (addr->sin_family != AF_INET &&          if (addr->sin_family != AF_INET)
             addr->sin_family != AF_IMPLINK)  
                 return (EAFNOSUPPORT);                  return (EAFNOSUPPORT);
         if (!in_nullhost(addr->sin_addr) &&          inp->inp_faddr = addr->sin_addr;
             ifa_ifwithaddr(sintosa(addr)) == 0)  
                 return (EADDRNOTAVAIL);  
         inp->inp_laddr = addr->sin_addr;  
         return (0);          return (0);
 }  }
   
 int  static void
 rip_connect(struct inpcb *inp, struct mbuf *nam)  rip_disconnect1(struct inpcb *inp)
 {  {
         struct sockaddr_in *addr = mtod(nam, struct sockaddr_in *);  
   
         if (nam->m_len != sizeof(*addr))          inp->inp_faddr = zeroin_addr;
                 return (EINVAL);  
         if (TAILQ_FIRST(&ifnet) == 0)  
                 return (EADDRNOTAVAIL);  
         if (addr->sin_family != AF_INET &&  
             addr->sin_family != AF_IMPLINK)  
                 return (EAFNOSUPPORT);  
         inp->inp_faddr = addr->sin_addr;  
         return (0);  
 }  }
   
 void  static int
 rip_disconnect(struct inpcb *inp)  rip_attach(struct socket *so, int proto)
 {  {
           struct inpcb *inp;
           int error;
   
         inp->inp_faddr = zeroin_addr;          KASSERT(sotoinpcb(so) == NULL);
 }          sosetlock(so);
   
 u_long  rip_sendspace = RIPSNDQ;          if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) {
 u_long  rip_recvspace = RIPRCVQ;                  error = soreserve(so, rip_sendspace, rip_recvspace);
                   if (error) {
                           return error;
                   }
           }
   
 /*ARGSUSED*/          error = in_pcballoc(so, &rawcbtable);
 int          if (error) {
 rip_usrreq(struct socket *so, int req,                  return error;
     struct mbuf *m, struct mbuf *nam, struct mbuf *control, struct lwp *l)          }
           inp = sotoinpcb(so);
           inp->inp_ip.ip_p = proto;
           KASSERT(solocked(so));
   
           return 0;
   }
   
   static void
   rip_detach(struct socket *so)
 {  {
         struct inpcb *inp;          struct inpcb *inp;
         int s;  
         int error = 0;          KASSERT(solocked(so));
           inp = sotoinpcb(so);
           KASSERT(inp != NULL);
   
 #ifdef MROUTING  #ifdef MROUTING
         extern struct socket *ip_mrouter;          extern struct socket *ip_mrouter;
           if (so == ip_mrouter) {
                   ip_mrouter_done();
           }
 #endif  #endif
           in_pcbdetach(inp);
   }
   
         if (req == PRU_CONTROL)  static int
                 return in_control(so, (long)m, nam, (struct ifnet *)control, l);  rip_accept(struct socket *so, struct sockaddr *nam)
   {
           KASSERT(solocked(so));
   
         s = splsoftnet();          panic("rip_accept");
   
         if (req == PRU_PURGEIF) {          return EOPNOTSUPP;
                 mutex_enter(softnet_lock);  }
                 in_pcbpurgeif0(&rawcbtable, (struct ifnet *)control);  
                 in_purgeif((struct ifnet *)control);  
                 in_pcbpurgeif(&rawcbtable, (struct ifnet *)control);  
                 mutex_exit(softnet_lock);  
                 splx(s);  
                 return (0);  
         }  
   
         inp = sotoinpcb(so);  static int
 #ifdef DIAGNOSTIC  rip_bind(struct socket *so, struct sockaddr *nam, struct lwp *l)
         if (req != PRU_SEND && req != PRU_SENDOOB && control)  {
                 panic("rip_usrreq: unexpected control mbuf");          struct inpcb *inp = sotoinpcb(so);
 #endif          struct sockaddr_in *addr = (struct sockaddr_in *)nam;
         if (inp == NULL && req != PRU_ATTACH) {          int error = 0;
                 error = EINVAL;          int s, ss;
           struct ifaddr *ifa;
   
           KASSERT(solocked(so));
           KASSERT(inp != NULL);
           KASSERT(nam != NULL);
   
           if (addr->sin_len != sizeof(*addr))
                   return EINVAL;
   
           s = splsoftnet();
           if (IFNET_READER_EMPTY()) {
                   error = EADDRNOTAVAIL;
                 goto release;                  goto release;
         }          }
           if (addr->sin_family != AF_INET) {
                   error = EAFNOSUPPORT;
                   goto release;
           }
           ss = pserialize_read_enter();
           if ((ifa = ifa_ifwithaddr(sintosa(addr))) == NULL &&
               !in_nullhost(addr->sin_addr))
           {
                   pserialize_read_exit(ss);
                   error = EADDRNOTAVAIL;
                   goto release;
           }
           if (ifa && (ifatoia(ifa))->ia4_flags & IN6_IFF_DUPLICATED) {
                   pserialize_read_exit(ss);
                   error = EADDRNOTAVAIL;
                   goto release;
           }
           pserialize_read_exit(ss);
   
         switch (req) {          inp->inp_laddr = addr->sin_addr;
   
         case PRU_ATTACH:  release:
                 sosetlock(so);          splx(s);
                 if (inp != 0) {          return error;
                         error = EISCONN;  }
                         break;  
                 }  
   
                 if (l == NULL) {  static int
                         error = EACCES;  rip_listen(struct socket *so, struct lwp *l)
                         break;  {
                 }          KASSERT(solocked(so));
   
                 /* XXX: raw socket permissions are checked in socreate() */          return EOPNOTSUPP;
   }
   
                 if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) {  static int
                         error = soreserve(so, rip_sendspace, rip_recvspace);  rip_connect(struct socket *so, struct sockaddr *nam, struct lwp *l)
                         if (error)  {
                                 break;          struct inpcb *inp = sotoinpcb(so);
                 }          int error = 0;
                 error = in_pcballoc(so, &rawcbtable);          int s;
                 if (error)  
                         break;  
                 inp = sotoinpcb(so);  
                 inp->inp_ip.ip_p = (long)nam;  
                 break;  
   
         case PRU_DETACH:          KASSERT(solocked(so));
 #ifdef MROUTING          KASSERT(inp != NULL);
                 if (so == ip_mrouter)          KASSERT(nam != NULL);
                         ip_mrouter_done();  
 #endif  
                 in_pcbdetach(inp);  
                 break;  
   
         case PRU_BIND:          s = splsoftnet();
                 error = rip_bind(inp, nam);          error = rip_connect_pcb(inp, (struct sockaddr_in *)nam);
                 break;          if (! error)
                   soisconnected(so);
           splx(s);
   
         case PRU_LISTEN:          return error;
                 error = EOPNOTSUPP;  }
                 break;  
   
         case PRU_CONNECT:  static int
                 error = rip_connect(inp, nam);  rip_connect2(struct socket *so, struct socket *so2)
                 if (error)  {
                         break;          KASSERT(solocked(so));
                 soisconnected(so);  
                 break;  
   
         case PRU_CONNECT2:          return EOPNOTSUPP;
                 error = EOPNOTSUPP;  }
                 break;  
   
         case PRU_DISCONNECT:  static int
                 soisdisconnected(so);  rip_disconnect(struct socket *so)
                 rip_disconnect(inp);  {
                 break;          struct inpcb *inp = sotoinpcb(so);
           int s;
   
           KASSERT(solocked(so));
           KASSERT(inp != NULL);
   
           s = splsoftnet();
           soisdisconnected(so);
           rip_disconnect1(inp);
           splx(s);
   
           return 0;
   }
   
   static int
   rip_shutdown(struct socket *so)
   {
           int s;
   
           KASSERT(solocked(so));
   
         /*          /*
          * Mark the connection as being incapable of further input.           * Mark the connection as being incapable of further input.
          */           */
         case PRU_SHUTDOWN:          s = splsoftnet();
                 socantsendmore(so);          socantsendmore(so);
                 break;          splx(s);
   
         case PRU_RCVD:          return 0;
                 error = EOPNOTSUPP;  }
                 break;  
   static int
   rip_abort(struct socket *so)
   {
           KASSERT(solocked(so));
   
           panic("rip_abort");
   
           return EOPNOTSUPP;
   }
   
   static int
   rip_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
   {
           return in_control(so, cmd, nam, ifp);
   }
   
   static int
   rip_stat(struct socket *so, struct stat *ub)
   {
           KASSERT(solocked(so));
   
           /* stat: don't bother with a blocksize. */
           return 0;
   }
   
   static int
   rip_peeraddr(struct socket *so, struct sockaddr *nam)
   {
           int s;
   
           KASSERT(solocked(so));
           KASSERT(sotoinpcb(so) != NULL);
           KASSERT(nam != NULL);
   
           s = splsoftnet();
           in_setpeeraddr(sotoinpcb(so), (struct sockaddr_in *)nam);
           splx(s);
   
           return 0;
   }
   
   static int
   rip_sockaddr(struct socket *so, struct sockaddr *nam)
   {
           int s;
   
           KASSERT(solocked(so));
           KASSERT(sotoinpcb(so) != NULL);
           KASSERT(nam != NULL);
   
           s = splsoftnet();
           in_setsockaddr(sotoinpcb(so), (struct sockaddr_in *)nam);
           splx(s);
   
           return 0;
   }
   
   static int
   rip_rcvd(struct socket *so, int flags, struct lwp *l)
   {
           KASSERT(solocked(so));
   
           return EOPNOTSUPP;
   }
   
   static int
   rip_recvoob(struct socket *so, struct mbuf *m, int flags)
   {
           KASSERT(solocked(so));
   
           return EOPNOTSUPP;
   }
   
   static int
   rip_send(struct socket *so, struct mbuf *m, struct sockaddr *nam,
       struct mbuf *control, struct lwp *l)
   {
           struct inpcb *inp = sotoinpcb(so);
           int error = 0;
           int s;
   
           KASSERT(solocked(so));
           KASSERT(inp != NULL);
           KASSERT(m != NULL);
   
         /*          /*
          * Ship a packet out.  The appropriate raw output           * Ship a packet out.  The appropriate raw output
          * routine handles any massaging necessary.           * routine handles any massaging necessary.
          */           */
         case PRU_SEND:          s = splsoftnet();
                 if (control && control->m_len) {          if (nam) {
                         m_freem(control);                  if ((so->so_state & SS_ISCONNECTED) != 0) {
                         m_freem(m);                          error = EISCONN;
                         error = EINVAL;                          goto die;
                         break;  
                 }                  }
         {                  error = rip_connect_pcb(inp, (struct sockaddr_in *)nam);
                 if (nam) {                  if (error)
                         if ((so->so_state & SS_ISCONNECTED) != 0) {                          goto die;
                                 error = EISCONN;          } else {
                                 goto die;                  if ((so->so_state & SS_ISCONNECTED) == 0) {
                         }                          error = ENOTCONN;
                         error = rip_connect(inp, nam);                          goto die;
                         if (error) {  
                         die:  
                                 m_freem(m);  
                                 break;  
                         }  
                 } else {  
                         if ((so->so_state & SS_ISCONNECTED) == 0) {  
                                 error = ENOTCONN;  
                                 goto die;  
                         }  
                 }                  }
                 error = rip_output(m, inp);  
                 if (nam)  
                         rip_disconnect(inp);  
         }          }
                 break;          error = rip_output(m, inp, control, l);
           m = NULL;
         case PRU_SENSE:          control = NULL;
                 /*          if (nam)
                  * stat: don't bother with a blocksize.                  rip_disconnect1(inp);
                  */   die:
                 splx(s);          if (m != NULL)
                 return (0);                  m_freem(m);
           if (control != NULL)
                   m_freem(control);
   
         case PRU_RCVOOB:          splx(s);
                 error = EOPNOTSUPP;          return error;
                 break;  }
   
         case PRU_SENDOOB:  static int
                 m_freem(control);  rip_sendoob(struct socket *so, struct mbuf *m, struct mbuf *control)
                 m_freem(m);  {
                 error = EOPNOTSUPP;          KASSERT(solocked(so));
                 break;  
   
         case PRU_SOCKADDR:          m_freem(m);
                 in_setsockaddr(inp, nam);          m_freem(control);
                 break;  
   
         case PRU_PEERADDR:          return EOPNOTSUPP;
                 in_setpeeraddr(inp, nam);  }
                 break;  
   
         default:  static int
                 panic("rip_usrreq");  rip_purgeif(struct socket *so, struct ifnet *ifp)
         }  {
           int s;
   
 release:          s = splsoftnet();
           mutex_enter(softnet_lock);
           in_pcbpurgeif0(&rawcbtable, ifp);
   #ifdef NET_MPSAFE
           mutex_exit(softnet_lock);
   #endif
           in_purgeif(ifp);
   #ifdef NET_MPSAFE
           mutex_enter(softnet_lock);
   #endif
           in_pcbpurgeif(&rawcbtable, ifp);
           mutex_exit(softnet_lock);
         splx(s);          splx(s);
         return (error);  
           return 0;
 }  }
   
   PR_WRAP_USRREQS(rip)
   #define rip_attach      rip_attach_wrapper
   #define rip_detach      rip_detach_wrapper
   #define rip_accept      rip_accept_wrapper
   #define rip_bind        rip_bind_wrapper
   #define rip_listen      rip_listen_wrapper
   #define rip_connect     rip_connect_wrapper
   #define rip_connect2    rip_connect2_wrapper
   #define rip_disconnect  rip_disconnect_wrapper
   #define rip_shutdown    rip_shutdown_wrapper
   #define rip_abort       rip_abort_wrapper
   #define rip_ioctl       rip_ioctl_wrapper
   #define rip_stat        rip_stat_wrapper
   #define rip_peeraddr    rip_peeraddr_wrapper
   #define rip_sockaddr    rip_sockaddr_wrapper
   #define rip_rcvd        rip_rcvd_wrapper
   #define rip_recvoob     rip_recvoob_wrapper
   #define rip_send        rip_send_wrapper
   #define rip_sendoob     rip_sendoob_wrapper
   #define rip_purgeif     rip_purgeif_wrapper
   
   const struct pr_usrreqs rip_usrreqs = {
           .pr_attach      = rip_attach,
           .pr_detach      = rip_detach,
           .pr_accept      = rip_accept,
           .pr_bind        = rip_bind,
           .pr_listen      = rip_listen,
           .pr_connect     = rip_connect,
           .pr_connect2    = rip_connect2,
           .pr_disconnect  = rip_disconnect,
           .pr_shutdown    = rip_shutdown,
           .pr_abort       = rip_abort,
           .pr_ioctl       = rip_ioctl,
           .pr_stat        = rip_stat,
           .pr_peeraddr    = rip_peeraddr,
           .pr_sockaddr    = rip_sockaddr,
           .pr_rcvd        = rip_rcvd,
           .pr_recvoob     = rip_recvoob,
           .pr_send        = rip_send,
           .pr_sendoob     = rip_sendoob,
           .pr_purgeif     = rip_purgeif,
   };
   
 static void  static void
 sysctl_net_inet_raw_setup(struct sysctllog **clog)  sysctl_net_inet_raw_setup(struct sysctllog **clog)
 {  {
   
         sysctl_createv(clog, 0, NULL, NULL,          sysctl_createv(clog, 0, NULL, NULL,
                        CTLFLAG_PERMANENT,                         CTLFLAG_PERMANENT,
                        CTLTYPE_NODE, "net", NULL,  
                        NULL, 0, NULL, 0,  
                        CTL_NET, CTL_EOL);  
         sysctl_createv(clog, 0, NULL, NULL,  
                        CTLFLAG_PERMANENT,  
                        CTLTYPE_NODE, "inet", NULL,                         CTLTYPE_NODE, "inet", NULL,
                        NULL, 0, NULL, 0,                         NULL, 0, NULL, 0,
                        CTL_NET, PF_INET, CTL_EOL);                         CTL_NET, PF_INET, CTL_EOL);

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.114.2.4

CVSweb <webmaster@jp.NetBSD.org>