Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/mpls/
H A Dmpls_input.c57 static void mpls_input_handler(netmsg_t);
73 netisr_register(NETISR_MPLS, mpls_input_handler, mpls_hashfn); in mpls_init()
77 mpls_input_handler(netmsg_t msg) in mpls_input_handler() function