Home
last modified time | relevance | path

Searched refs:mac_socketpeer_set_from_mbuf (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/security/mac/
HDmac_socket.c262 mac_socketpeer_set_from_mbuf(struct mbuf *m, struct socket *so) in mac_socketpeer_set_from_mbuf() function
HDmac_framework.h304 void mac_socketpeer_set_from_mbuf(struct mbuf *m, struct socket *so);
/NextBSD/sys/netinet/
HDtcp_syncache.c665 mac_socketpeer_set_from_mbuf(m, so); in syncache_socket()
HDtcp_input.c2001 mac_socketpeer_set_from_mbuf(m, so); in tcp_do_segment()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c590 mac_socketpeer_set_from_mbuf(m, so); in tcp_do_slowpath()