| 1129 | } |
| 1130 | |
| 1131 | static void |
| 1132 | mls_ip6q_create(struct mbuf *m, struct label *mlabel, struct ip6q *q6, |
| 1133 | struct label *q6label) |
| 1134 | { |
| 1135 | struct mac_mls *source, *dest; |
| 1136 | |
| 1137 | source = SLOT(mlabel); |
| 1138 | dest = SLOT(q6label); |
| 1139 | |
| 1140 | mls_copy_effective(source, dest); |
| 1141 | } |
| 1142 | |
| 1143 | static int |
| 1144 | mls_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6, |
nothing calls this directly
no test coverage detected