| 729 | } |
| 730 | |
| 731 | static __inline struct mbuf ** |
| 732 | _ngi_m(item_p item, char *file, int line) |
| 733 | { |
| 734 | _ngi_check(item, file, line); |
| 735 | return (&_NGI_M(item)); |
| 736 | } |
| 737 | |
| 738 | static __inline struct ng_mesg ** |
| 739 | _ngi_msg(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected