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

/freebsd-11.0-release/sys/netinet/
H A Dip_var.h237 extern int (*rsvp_input_p)(struct mbuf **, int *, int);
H A Dip_input.c1343 if (rsvp_input_p) { /* call the real one if loaded */
1345 rsvp_input_p(mp, offp, proto);
H A Draw_ip.c131 int (*rsvp_input_p)(struct mbuf **, int *, int); variable
H A Dip_mroute.c2892 rsvp_input_p = X_rsvp_input;
2930 rsvp_input_p = NULL;

Completed in 61 milliseconds