MFC r343600:

Document the instance context pointer.
This commit is contained in:
Cy Schubert 2019-02-03 00:36:12 +00:00
parent ab9314d4a8
commit adf0e8f860
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=343691

View File

@ -2781,7 +2781,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 */