NetBSD/sys/netmpls
rtr 35b22fa96a split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq
switches and put into separate functions
  xxx_sendoob(struct socket *, struct mbuf *, struct mbuf *)
  xxx_recvoob(struct socket *, struct mbuf *, int)

  - always KASSERT(solocked(so)) even if request is not implemented

  - replace calls to pr_generic() with req = PRU_{SEND,RCV}OOB with
    calls to pr_{send,recv}oob() respectively.

there is still some tweaking of m_freem(m) and m_freem(control) to come
for consistency.  not performed with this commit for clarity.

reviewed by rmind
2014-07-23 13:17:18 +00:00
..
files.netmpls
Makefile
mpls_proto.c split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq 2014-07-23 13:17:18 +00:00
mpls_ttl.c reserve space for ICMP header accordingly to RFC4884 2013-08-07 06:55:00 +00:00
mpls_var.h
mpls.h