• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netpfil/pf/

Lines Matching refs:mbuf

50  * 1.119 - don't m_copydata() beyond the len of mbuf in pfsync_input()
56 * 1.146 - bzero() mbuf before sparsely filling it with data
75 #include <sys/mbuf.h>
120 static int pfsync_in_clr(struct pfsync_pkt *, struct mbuf *, int, int);
121 static int pfsync_in_ins(struct pfsync_pkt *, struct mbuf *, int, int);
122 static int pfsync_in_iack(struct pfsync_pkt *, struct mbuf *, int, int);
123 static int pfsync_in_upd(struct pfsync_pkt *, struct mbuf *, int, int);
124 static int pfsync_in_upd_c(struct pfsync_pkt *, struct mbuf *, int, int);
125 static int pfsync_in_ureq(struct pfsync_pkt *, struct mbuf *, int, int);
126 static int pfsync_in_del(struct pfsync_pkt *, struct mbuf *, int, int);
127 static int pfsync_in_del_c(struct pfsync_pkt *, struct mbuf *, int, int);
128 static int pfsync_in_bus(struct pfsync_pkt *, struct mbuf *, int, int);
129 static int pfsync_in_tdb(struct pfsync_pkt *, struct mbuf *, int, int);
130 static int pfsync_in_eof(struct pfsync_pkt *, struct mbuf *, int, int);
131 static int pfsync_in_error(struct pfsync_pkt *, struct mbuf *, int, int);
133 static int (*pfsync_acts[])(struct pfsync_pkt *, struct mbuf *, int, int) = {
186 struct mbuf *pd_m;
290 static int pfsyncoutput(struct ifnet *, struct mbuf *,
294 static int pfsync_defer(struct pf_state *, struct mbuf *);
640 pfsync_input(struct mbuf **mp, int *offp __unused, int proto __unused)
644 struct mbuf *m = *mp;
746 pfsync_in_clr(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
749 struct mbuf *mp;
788 pfsync_in_ins(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
790 struct mbuf *mp;
826 pfsync_in_iack(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
831 struct mbuf *mp;
897 pfsync_in_upd(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
904 struct mbuf *mp;
983 pfsync_in_upd_c(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
990 struct mbuf *mp;
1070 pfsync_in_ureq(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1073 struct mbuf *mp;
1111 pfsync_in_del(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1113 struct mbuf *mp;
1142 pfsync_in_del_c(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1144 struct mbuf *mp;
1174 pfsync_in_bus(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1178 struct mbuf *mp;
1236 pfsync_in_tdb(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1242 struct mbuf *mp;
1301 pfsync_in_eof(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1313 pfsync_in_error(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
1322 pfsyncoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
1575 struct mbuf *m;
1747 pfsync_defer(struct pf_state *st, struct mbuf *m)
1794 struct mbuf *m = pd->pd_m;
1820 struct mbuf *m = pd->pd_m;
2326 struct mbuf *m, *n;