| 722 | static __inline hook_p _ngi_hook(item_p item, char *file, int line); |
| 723 | |
| 724 | static __inline void |
| 725 | _ngi_check(item_p item, char *file, int line) |
| 726 | { |
| 727 | (item)->lastline = line; |
| 728 | (item)->lastfile = file; |
| 729 | } |
| 730 | |
| 731 | static __inline struct mbuf ** |
| 732 | _ngi_m(item_p item, char *file, int line) |
no outgoing calls
no test coverage detected