MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mls_ip6q_create

Function mls_ip6q_create

freebsd/security/mac_mls/mac_mls.c:1131–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131static void
1132mls_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
1143static int
1144mls_ip6q_match(struct mbuf *m, struct label *mlabel, struct ip6q *q6,

Callers

nothing calls this directly

Calls 1

mls_copy_effectiveFunction · 0.85

Tested by

no test coverage detected