Home
last modified time | relevance | path

Searched refs:pf_tag (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/net/
Dpf.c174 struct pf_tag *pf_get_tag(struct mbuf *);
176 struct pf_rule *, struct pf_tag **, int *);
1556 struct pf_tag *
1562 return ((struct pf_tag *)(mtag + 1)); in pf_get_tag()
1569 struct pf_tag **pftag, int *tag) in pf_match_tag()
1586 pf_tag_packet(struct mbuf *m, struct pf_tag *pftag, int tag) in pf_tag_packet()
1597 ((struct pf_tag *)(mtag + 1))->tag = tag; in pf_tag_packet()
2371 struct pf_tag *pftag = NULL; in pf_test_tcp()
2733 struct pf_tag *pftag = NULL; in pf_test_udp()
2997 struct pf_tag *pftag = NULL; in pf_test_icmp()
[all …]
Dpfvar.h1027 struct pf_tag { struct
1462 int pf_tag_packet(struct mbuf *, struct pf_tag *, int);