| 484 | } |
| 485 | |
| 486 | void |
| 487 | mac_syncache_create(struct label *label, struct inpcb *inp) |
| 488 | { |
| 489 | |
| 490 | INP_WLOCK_ASSERT(inp); |
| 491 | |
| 492 | MAC_POLICY_PERFORM_NOSLEEP(syncache_create, label, inp); |
| 493 | } |
| 494 | |
| 495 | void |
| 496 | mac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m) |