Searched refs:eparg (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/netinet6/ |
| D | in6_gif.c | 258 in6_gif_input(struct mbuf **mp, int *offp, int proto, void *eparg) in in6_gif_input() argument 261 struct gif_softc *sc = eparg; in in6_gif_input() 466 in6_gif_ctlinput(int cmd, const struct sockaddr *sa, void *d, void *eparg) in in6_gif_ctlinput() argument 468 struct gif_softc *sc = eparg; in in6_gif_ctlinput()
|
| D | in6_l2tp.c | 235 in6_l2tp_input(struct mbuf **mp, int *offp, int proto, void *eparg __unused) in in6_l2tp_input()
|
| /netbsd/src/sys/netipsec/ |
| D | ipsecif.c | 697 ipsecif4_input(struct mbuf *m, int off, int proto, void *eparg) in ipsecif4_input() argument 700 struct ipsec_softc *sc = eparg; in ipsecif4_input() 815 ipsecif6_input(struct mbuf **mp, int *offp, int proto, void *eparg) in ipsecif6_input() argument 819 struct ipsec_softc *sc = eparg; in ipsecif6_input() 830 KASSERT(eparg != NULL); in ipsecif6_input() 1007 ipsecif6_ctlinput(int cmd, const struct sockaddr *sa, void *d, void *eparg) in ipsecif6_ctlinput() argument 1009 struct ipsec_softc *sc = eparg; in ipsecif6_ctlinput()
|
| D | xform_ipip.c | 98 ip4_input6(struct mbuf **m, int *offp, int proto, void *eparg __unused) in ip4_input6() 107 ip4_input(struct mbuf *m, int off, int proto, void *eparg __unused) in ip4_input()
|
| /netbsd/src/sys/netinet/ |
| D | in_gif.c | 199 in_gif_input(struct mbuf *m, int off, int proto, void *eparg) in in_gif_input() argument 201 struct gif_softc *sc = eparg; in in_gif_input()
|
| D | in_l2tp.c | 243 in_l2tp_input(struct mbuf *m, int off, int proto, void *eparg __unused) in in_l2tp_input()
|
| D | ip_mroute.c | 1812 vif_input(struct mbuf *m, int off, int proto, void *eparg) in vif_input() argument 1814 struct vif *vifp = eparg; in vif_input()
|
| /netbsd/src/sys/net/ |
| D | if_stf.c | 582 in_stf_input(struct mbuf *m, int off, int proto, void *eparg) in in_stf_input() argument 585 struct stf_softc *sc = eparg; in in_stf_input()
|