| 2096 | } |
| 2097 | |
| 2098 | static void |
| 2099 | lomac_syncache_create(struct label *label, struct inpcb *inp) |
| 2100 | { |
| 2101 | struct mac_lomac *source, *dest; |
| 2102 | |
| 2103 | source = SLOT(inp->inp_label); |
| 2104 | dest = SLOT(label); |
| 2105 | lomac_copy(source, dest); |
| 2106 | } |
| 2107 | |
| 2108 | static void |
| 2109 | lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, |
nothing calls this directly
no test coverage detected