Home
last modified time | relevance | path

Searched refs:oldsolabel (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/security/mac_lomac/
HDmac_lomac.c2035 lomac_socket_newconn(struct socket *oldso, struct label *oldsolabel, in lomac_socket_newconn() argument
2041 source = *SLOT(oldsolabel); in lomac_socket_newconn()
2081 struct label *oldsolabel, struct socket *newso, in lomac_socketpeer_set_from_socket() argument
2087 source = *SLOT(oldsolabel); in lomac_socketpeer_set_from_socket()
/NextBSD/sys/security/mac/
HDmac_policy.h443 struct label *oldsolabel, struct socket *newso,
457 struct label *oldsolabel, struct socket *newso,
/NextBSD/sys/security/mac_stub/
HDmac_stub.c1030 stub_socket_newconn(struct socket *oldso, struct label *oldsolabel, in stub_socket_newconn() argument
1065 struct label *oldsolabel, struct socket *newso, in stub_socketpeer_set_from_socket() argument
/NextBSD/sys/security/mac_biba/
HDmac_biba.c2249 biba_socket_newconn(struct socket *oldso, struct label *oldsolabel, in biba_socket_newconn() argument
2255 source = *SLOT(oldsolabel); in biba_socket_newconn()
2295 struct label *oldsolabel, struct socket *newso, in biba_socketpeer_set_from_socket() argument
2301 source = *SLOT(oldsolabel); in biba_socketpeer_set_from_socket()
/NextBSD/sys/security/mac_mls/
HDmac_mls.c1959 mls_socket_newconn(struct socket *oldso, struct label *oldsolabel, in mls_socket_newconn() argument
1965 source = *SLOT(oldsolabel); in mls_socket_newconn()
2005 struct label *oldsolabel, struct socket *newso, in mls_socketpeer_set_from_socket() argument
2011 source = *SLOT(oldsolabel); in mls_socketpeer_set_from_socket()
/NextBSD/sys/security/mac_test/
HDmac_test.c1852 test_socket_newconn(struct socket *oldso, struct label *oldsolabel, in test_socket_newconn() argument
1857 LABEL_CHECK(oldsolabel, MAGIC_SOCKET); in test_socket_newconn()
1931 struct label *oldsolabel, struct socket *newso, in test_socketpeer_set_from_socket() argument
1936 LABEL_CHECK(oldsolabel, MAGIC_SOCKET); in test_socketpeer_set_from_socket()