svn commit: r343691 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Sun Feb 3 00:36:13 UTC 2019


Author: cy
Date: Sun Feb  3 00:36:12 2019
New Revision: 343691
URL: https://svnweb.freebsd.org/changeset/base/343691

Log:
  MFC r343600:
  
  Document the instance context pointer.

Modified:
  stable/11/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/contrib/ipfilter/netinet/fil.c
  stable/12/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
  stable/10/   (props changed)
  stable/12/   (props changed)

Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- stable/11/sys/contrib/ipfilter/netinet/fil.c	Sun Feb  3 00:18:29 2019	(r343690)
+++ stable/11/sys/contrib/ipfilter/netinet/fil.c	Sun Feb  3 00:36:12 2019	(r343691)
@@ -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-all mailing list