Home
last modified time | relevance | path

Searched refs:ip6q (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_inet6.c86 mac_ip6q_init(struct ip6q *q6, int flag) in mac_ip6q_init()
107 mac_ip6q_destroy(struct ip6q *q6) in mac_ip6q_destroy()
117 mac_ip6q_reassemble(struct ip6q *q6, struct mbuf *m) in mac_ip6q_reassemble()
131 mac_ip6q_create(struct mbuf *m, struct ip6q *q6) in mac_ip6q_create()
145 mac_ip6q_match(struct mbuf *m, struct ip6q *q6) in mac_ip6q_match()
163 mac_ip6q_update(struct mbuf *m, struct ip6q *q6) in mac_ip6q_update()
H A Dmac_framework.h66 struct ip6q;
164 void mac_ip6q_create(struct mbuf *m, struct ip6q *q6);
165 void mac_ip6q_destroy(struct ip6q *q6);
166 int mac_ip6q_init(struct ip6q *q6, int);
167 int mac_ip6q_match(struct mbuf *m, struct ip6q *q6);
168 void mac_ip6q_reassemble(struct ip6q *q6, struct mbuf *m);
169 void mac_ip6q_update(struct mbuf *m, struct ip6q *q6);
H A Dmac_policy.h79 struct ip6q;
231 struct ip6q *q6, struct label *q6label);
235 struct ip6q *q6, struct label *q6label);
236 typedef void (*mpo_ip6q_reassemble)(struct ip6q *q6, struct label *q6label,
239 struct ip6q *q6, struct label *q6label);
/f-stack/freebsd/netinet6/
H A Dfrag6.c93 TAILQ_HEAD(ip6qhead, ip6q);
242 frag6_freef(struct ip6q *q6, uint32_t bucket) in frag6_freef()
292 struct ip6q *q6; in frag6_cleanup()
366 struct ip6q *q6; in frag6_input()
540 q6 = (struct ip6q *)malloc(sizeof(struct ip6q), M_FRAG6, in frag6_input()
894 struct ip6q *q6, *q6tmp; in frag6_slowtimo()
1005 struct ip6q *q6; in frag6_drain_one()
H A Dip6_var.h79 struct ip6q { struct
86 TAILQ_ENTRY(ip6q) ip6q_tq;
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h79 struct ip6q { struct
86 TAILQ_ENTRY(ip6q) ip6q_tq;
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c422 stub_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in stub_ip6q_create()
429 stub_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in stub_ip6q_match()
437 stub_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in stub_ip6q_reassemble()
444 stub_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in stub_ip6q_update()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c1325 lomac_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in lomac_ip6q_create()
1337 lomac_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in lomac_ip6q_match()
1349 lomac_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in lomac_ip6q_reassemble()
1362 lomac_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in lomac_ip6q_update()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c1212 biba_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in biba_ip6q_create()
1224 biba_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in biba_ip6q_match()
1236 biba_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in biba_ip6q_reassemble()
1249 biba_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in biba_ip6q_update()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c1132 mls_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in mls_ip6q_create()
1144 mls_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in mls_ip6q_match()
1156 mls_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in mls_ip6q_reassemble()
1169 mls_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in mls_ip6q_update()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c734 struct ip6q *q6, struct label *q6label) in test_ip6q_create()
769 struct ip6q *q6, struct label *q6label) in test_ip6q_match()
781 test_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in test_ip6q_reassemble()
792 test_ip6q_update(struct mbuf *m, struct label *mlabel, struct ip6q *q6, in test_ip6q_update()