| /f-stack/freebsd/security/mac/ |
| H A D | mac_inet6.c | 86 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 D | mac_framework.h | 66 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 D | mac_policy.h | 79 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 D | frag6.c | 93 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 D | ip6_var.h | 79 struct ip6q { struct 86 TAILQ_ENTRY(ip6q) ip6q_tq;
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 79 struct ip6q { struct 86 TAILQ_ENTRY(ip6q) ip6q_tq;
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 422 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 D | mac_lomac.c | 1325 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 D | mac_biba.c | 1212 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 D | mac_mls.c | 1132 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 D | mac_test.c | 734 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()
|