35b22fa96a
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 |
||
---|---|---|
.. | ||
files.netmpls | ||
Makefile | ||
mpls_proto.c | ||
mpls_ttl.c | ||
mpls_var.h | ||
mpls.h |