Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr.h58 #define NETISR_ETHER 5 /* ethernet input */ macro
H A Dif_ethersubr.c745 .nh_proto = NETISR_ETHER,
830 netisr_dispatch(NETISR_ETHER, m); in ether_input()
H A Dif_vxlan.c2849 error = netisr_dispatch(NETISR_ETHER, m); in vxlan_input()
/f-stack/tools/compat/include/net/
H A Dnetisr.h58 #define NETISR_ETHER 5 /* ethernet input */ macro