svn commit: r343600 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Thu Jan 31 04:16:53 UTC 2019


Author: cy
Date: Thu Jan 31 04:16:52 2019
New Revision: 343600
URL: https://svnweb.freebsd.org/changeset/base/343600

Log:
  Document the instance context pointer.
  
  MFC after:	3 days

Modified:
  head/sys/contrib/ipfilter/netinet/fil.c

Modified: head/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/fil.c	Thu Jan 31 02:49:24 2019	(r343599)
+++ head/sys/contrib/ipfilter/netinet/fil.c	Thu Jan 31 04:16:52 2019	(r343600)
@@ -2815,7 +2815,8 @@ ipf_firewall(fin, passp)
 /*                    -2 == requires authentication                         */
 /*              Kernel:                                                     */
 /*                   > 0 == filter error # for packet                       */
-/* Parameters: ip(I)   - pointer to start of IPv4/6 packet                  */
+/* Parameters: ctx(I)  - pointer to the instance context                    */
+/*             ip(I)   - pointer to start of IPv4/6 packet                  */
 /*             hlen(I) - length of header                                   */
 /*             ifp(I)  - pointer to interface this packet is on             */
 /*             out(I)  - 0 == packet going in, 1 == packet going out        */


More information about the svn-src-head mailing list