Deleted Added
full compact
40c40
< * $FreeBSD: head/sys/netgraph/netgraph.h 151973 2005-11-02 14:27:24Z glebius $
---
> * $FreeBSD: head/sys/netgraph/netgraph.h 152451 2005-11-15 10:54:20Z glebius $
194c194
< }
---
> }
201c201
< }
---
> }
208c208
< }
---
> }
215c215
< }
---
> }
222c222
< }
---
> }
229c229
< }
---
> }
236c236
< }
---
> }
243c243
< }
---
> }
250c250
< }
---
> }
257c257
< }
---
> }
264c264
< }
---
> }
271c271
< }
---
> }
278c278
< }
---
> }
319c319
< * The structure for queueing Netgraph request items
---
> * The structure for queueing Netgraph request items
323,324c323,324
< u_long q_flags;
< struct mtx q_mtx;
---
> u_long q_flags;
> struct mtx q_mtx;
428c428
< static __inline void
---
> static __inline void
446c446
< static __inline int
---
> static __inline int
460c460
< static __inline void
---
> static __inline void
677c677
< _ngi_check(item_p item, char *file, int line)
---
> _ngi_check(item_p item, char *file, int line)
684c684
< _ngi_m(item_p item, char *file, int line)
---
> _ngi_m(item_p item, char *file, int line)
691c691
< _ngi_msg(item_p item, char *file, int line)
---
> _ngi_msg(item_p item, char *file, int line)
698c698
< _ngi_retaddr(item_p item, char *file, int line)
---
> _ngi_retaddr(item_p item, char *file, int line)
705c705
< _ngi_fn(item_p item, char *file, int line)
---
> _ngi_fn(item_p item, char *file, int line)
712c712
< _ngi_arg1(item_p item, char *file, int line)
---
> _ngi_arg1(item_p item, char *file, int line)
719c719
< _ngi_arg2(item_p item, char *file, int line)
---
> _ngi_arg2(item_p item, char *file, int line)
977c977
< *
---
> *
1058c1058
< /* Only these two types should be visible to nodes */
---
> /* Only these two types should be visible to nodes */
1070c1070
< * Many of these methods should usually NOT be used directly but via
---
> * Many of these methods should usually NOT be used directly but via