ipfilter: Fix whitespace errors
MFC after: 3 days
This commit is contained in:
parent
4b5c0c9b81
commit
6af38b34e4
@ -849,7 +849,7 @@ ipf_nat_hostmapdel(ipf_main_softc_t *softc, struct hostmap **hmp)
|
||||
/* Returns: Nil */
|
||||
/* Parameters: cksum(I) - ipf_cksum_t, value of fin_cksum */
|
||||
/* sp(I) - location of 16bit checksum to update */
|
||||
/* n((I) - amount to adjust checksum by */
|
||||
/* n(I) - amount to adjust checksum by */
|
||||
/* partial(I) - partial checksum */
|
||||
/* */
|
||||
/* Adjusts the 16bit checksum by "n" for packets going out. */
|
||||
@ -888,7 +888,7 @@ ipf_fix_outcksum(int cksum, u_short *sp, u_32_t n, u_32_t partial)
|
||||
/* Returns: Nil */
|
||||
/* Parameters: cksum(I) - ipf_cksum_t, value of fin_cksum */
|
||||
/* sp(I) - location of 16bit checksum to update */
|
||||
/* n((I) - amount to adjust checksum by */
|
||||
/* n(I) - amount to adjust checksum by */
|
||||
/* partial(I) - partial checksum */
|
||||
/* */
|
||||
/* Adjusts the 16bit checksum by "n" for packets going in. */
|
||||
@ -927,7 +927,7 @@ ipf_fix_incksum(int cksum, u_short *sp, u_32_t n, u_32_t partial)
|
||||
/* Function: ipf_fix_datacksum */
|
||||
/* Returns: Nil */
|
||||
/* Parameters: sp(I) - location of 16bit checksum to update */
|
||||
/* n((I) - amount to adjust checksum by */
|
||||
/* n(I) - amount to adjust checksum by */
|
||||
/* */
|
||||
/* Fix_datacksum is used *only* for the adjustments of checksums in the */
|
||||
/* data section of an IP packet. */
|
||||
@ -1398,7 +1398,7 @@ ipf_nat_ioctl(ipf_main_softc_t *softc, caddr_t data, ioctlcmd_t cmd,
|
||||
/* n(I) - pointer to new NAT rule */
|
||||
/* np(I) - pointer to where to insert new NAT rule */
|
||||
/* getlock(I) - flag indicating if lock on is held */
|
||||
/* Mutex Locks: ipf_nat_io */
|
||||
/* Mutex Locks: ipf_nat_io */
|
||||
/* */
|
||||
/* Handle SIOCADNAT. Resolve and calculate details inside the NAT rule */
|
||||
/* from information passed to the kernel, then add it to the appropriate */
|
||||
|
Loading…
Reference in New Issue
Block a user