Home
last modified time | relevance | path

Searched refs:ipq (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_reass.c76 TAILQ_HEAD(ipqhead, ipq) head;
82 #define V_ipq VNET(ipq)
105 static struct ipq * ipq_reuse(int);
108 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout()
116 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop()
187 struct ipq *fp; in ip_reass()
594 struct ipq *fp, *tmp; in ipreass_slowtimo()
630 struct ipq *fp, *temp; in ipreass_cleanup()
687 struct ipq *fp; in ipreass_drain_tomax()
784 static struct ipq *
[all …]
H A Dip_var.h59 struct ipq { struct
60 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
/f-stack/freebsd/security/mac/
H A Dmac_inet.c134 mac_ipq_init(struct ipq *q, int flag) in mac_ipq_init()
173 mac_ipq_destroy(struct ipq *q) in mac_ipq_destroy()
191 mac_ipq_reassemble(struct ipq *q, struct mbuf *m) in mac_ipq_reassemble()
220 mac_ipq_create(struct mbuf *m, struct ipq *q) in mac_ipq_create()
249 mac_ipq_match(struct mbuf *m, struct ipq *q) in mac_ipq_match()
341 mac_ipq_update(struct mbuf *m, struct ipq *q) in mac_ipq_update()
H A Dmac_framework.h67 struct ipq;
171 void mac_ipq_create(struct mbuf *m, struct ipq *q);
172 void mac_ipq_destroy(struct ipq *q);
173 int mac_ipq_init(struct ipq *q, int);
174 int mac_ipq_match(struct mbuf *m, struct ipq *q);
175 void mac_ipq_reassemble(struct ipq *q, struct mbuf *m);
176 void mac_ipq_update(struct mbuf *m, struct ipq *q);
H A Dmac_policy.h80 struct ipq;
242 struct ipq *q, struct label *qlabel);
246 struct ipq *q, struct label *qlabel);
247 typedef void (*mpo_ipq_reassemble)(struct ipq *q, struct label *qlabel,
250 struct ipq *q, struct label *qlabel);
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dqcom,pcie.txt89 Usage: required for ipq/apq8064
152 Usage: required for ipq/apq8064
168 Usage: required for ipq/apq8064
227 Usage: required for ipq/apq8064
232 Usage: required for ipq/apq8064
258 * Example for ipq/apq8064
/f-stack/tools/compat/include/netinet/
H A Dip_var.h59 struct ipq { struct
60 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c451 stub_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_create()
458 stub_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_match()
466 stub_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in stub_ipq_reassemble()
473 stub_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in stub_ipq_update()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c1370 lomac_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_create()
1382 lomac_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_match()
1394 lomac_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in lomac_ipq_reassemble()
1407 lomac_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in lomac_ipq_update()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c1257 biba_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_create()
1269 biba_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_match()
1281 biba_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in biba_ipq_reassemble()
1294 biba_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in biba_ipq_update()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c1177 mls_ipq_create(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_create()
1189 mls_ipq_match(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_match()
1201 mls_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in mls_ipq_reassemble()
1214 mls_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in mls_ipq_update()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c804 struct ipq *q, struct label *qlabel) in test_ipq_create()
839 struct ipq *q, struct label *qlabel) in test_ipq_match()
851 test_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in test_ipq_reassemble()
862 test_ipq_update(struct mbuf *m, struct label *mlabel, struct ipq *q, in test_ipq_update()