mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
Several of the subtypes have an associated vnode which is used for stuff like the f*() functions. By giving the vnode a speparate field, a number of checks for the specific subtype can be replaced simply with a check for f_vnode != NULL, and we can later free f_data up to subtype specific use. At this point in time, f_data still points to the vnode, so any code I might have overlooked will still work. |
||
|---|---|---|
| .. | ||
| netbios.h | ||
| smb.h | ||
| smb_conn.c | ||
| smb_conn.h | ||
| smb_crypt.c | ||
| smb_dev.c | ||
| smb_dev.h | ||
| smb_iod.c | ||
| smb_rq.c | ||
| smb_rq.h | ||
| smb_smb.c | ||
| smb_subr.c | ||
| smb_subr.h | ||
| smb_tran.h | ||
| smb_trantcp.c | ||
| smb_trantcp.h | ||
| smb_usr.c | ||