Home
last modified time | relevance | path

Searched refs:rsvp_input_p (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dip_var.h227 extern int (*rsvp_input_p)(struct mbuf **, int *, int);
H A Draw_ip.c95 int (*rsvp_input_p)(struct mbuf **, int *, int); variable
H A Dip_input.c2329 if (rsvp_input_p) { /* call the real one if loaded */ in rsvp_input()
2331 rsvp_input_p(mp, offp, proto); in rsvp_input()
/dflybsd-src/sys/net/ip_mroute/
H A Dip_mroute.c3269 rsvp_input_p = X_rsvp_input;
3288 rsvp_input_p = NULL;