mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Re-wrap comment at 77 character columns.
This commit is contained in:
parent
fd0e516eda
commit
95c8c170f3
1 changed files with 7 additions and 7 deletions
|
|
@ -290,13 +290,13 @@ mac_create_mbuf_from_firewall(struct mbuf *m)
|
|||
}
|
||||
|
||||
/*
|
||||
* These functions really should be referencing the syncache structure instead
|
||||
* of the label. However, due to some of the complexities associated with
|
||||
* exposing this syncache structure we operate directly on it's label pointer.
|
||||
* This should be OK since we aren't making any access control decisions within
|
||||
* this code directly, we are merely allocating and copying label storage so
|
||||
* we can properly initialize mbuf labels for any packets the syncache code
|
||||
* might create.
|
||||
* These functions really should be referencing the syncache structure
|
||||
* instead of the label. However, due to some of the complexities associated
|
||||
* with exposing this syncache structure we operate directly on it's label
|
||||
* pointer. This should be OK since we aren't making any access control
|
||||
* decisions within this code directly, we are merely allocating and copying
|
||||
* label storage so we can properly initialize mbuf labels for any packets
|
||||
* the syncache code might create.
|
||||
*/
|
||||
void
|
||||
mac_destroy_syncache(struct label **label)
|
||||
|
|
|
|||
Loading…
Reference in a new issue