HomeSort by: relevance | last modified time | path
    Searched defs:pfil_func_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
pfil.h 42 typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int); typedef in typeref:typename:int (*)(void *,struct mbuf **,struct ifnet *,int)
67 int pfil_add_hook(pfil_func_t, void *, int, pfil_head_t *);
68 int pfil_remove_hook(pfil_func_t, void *, int, pfil_head_t *);
pfil.h 42 typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int); typedef in typeref:typename:int (*)(void *,struct mbuf **,struct ifnet *,int)
67 int pfil_add_hook(pfil_func_t, void *, int, pfil_head_t *);
68 int pfil_remove_hook(pfil_func_t, void *, int, pfil_head_t *);
pfil.h 42 typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int); typedef in typeref:typename:int (*)(void *,struct mbuf **,struct ifnet *,int)
67 int pfil_add_hook(pfil_func_t, void *, int, pfil_head_t *);
68 int pfil_remove_hook(pfil_func_t, void *, int, pfil_head_t *);
pfil.h 42 typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int); typedef in typeref:typename:int (*)(void *,struct mbuf **,struct ifnet *,int)
67 int pfil_add_hook(pfil_func_t, void *, int, pfil_head_t *);
68 int pfil_remove_hook(pfil_func_t, void *, int, pfil_head_t *);

Completed in 47 milliseconds