Searched refs:oldsolabel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/security/mac_lomac/ |
| D | mac_lomac.c | 2055 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/ |
| D | mac_policy.h | 447 struct label *oldsolabel, struct socket *newso, 461 struct label *oldsolabel, struct socket *newso,
|
| /freebsd-10-stable/sys/security/mac_stub/ |
| D | mac_stub.c | 1037 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/ |
| D | mac_mls.c | 1973 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/ |
| D | mac_biba.c | 2270 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/ |
| D | mac_test.c | 1863 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()
|