Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/security/mac_lomac/
Dmac_lomac.c2055 lomac_socket_newconn(struct socket *oldso, struct label *oldsolabel, in lomac_socket_newconn() argument
2061 source = *SLOT(oldsolabel); in lomac_socket_newconn()
2101 struct label *oldsolabel, struct socket *newso, in lomac_socketpeer_set_from_socket() argument
2107 source = *SLOT(oldsolabel); in lomac_socketpeer_set_from_socket()
/freebsd-10-stable/sys/security/mac/
Dmac_policy.h447 struct label *oldsolabel, struct socket *newso,
461 struct label *oldsolabel, struct socket *newso,
/freebsd-10-stable/sys/security/mac_stub/
Dmac_stub.c1037 stub_socket_newconn(struct socket *oldso, struct label *oldsolabel, in stub_socket_newconn() argument
1072 struct label *oldsolabel, struct socket *newso, in stub_socketpeer_set_from_socket() argument
/freebsd-10-stable/sys/security/mac_mls/
Dmac_mls.c1973 mls_socket_newconn(struct socket *oldso, struct label *oldsolabel, in mls_socket_newconn() argument
1979 source = *SLOT(oldsolabel); in mls_socket_newconn()
2019 struct label *oldsolabel, struct socket *newso, in mls_socketpeer_set_from_socket() argument
2025 source = *SLOT(oldsolabel); in mls_socketpeer_set_from_socket()
/freebsd-10-stable/sys/security/mac_biba/
Dmac_biba.c2270 biba_socket_newconn(struct socket *oldso, struct label *oldsolabel, in biba_socket_newconn() argument
2276 source = *SLOT(oldsolabel); in biba_socket_newconn()
2316 struct label *oldsolabel, struct socket *newso, in biba_socketpeer_set_from_socket() argument
2322 source = *SLOT(oldsolabel); in biba_socketpeer_set_from_socket()
/freebsd-10-stable/sys/security/mac_test/
Dmac_test.c1863 test_socket_newconn(struct socket *oldso, struct label *oldsolabel, in test_socket_newconn() argument
1868 LABEL_CHECK(oldsolabel, MAGIC_SOCKET); in test_socket_newconn()
1942 struct label *oldsolabel, struct socket *newso, in test_socketpeer_set_from_socket() argument
1947 LABEL_CHECK(oldsolabel, MAGIC_SOCKET); in test_socketpeer_set_from_socket()