Searched refs:sockp (Results 1 – 2 of 2) sorted by relevance
823 struct socket *sockp = (struct socket *)fp_get_data(fp); in do_background_socket() local824 socket_set_traffic_mgt_flags(sockp, TRAFFIC_MGT_SO_BACKGROUND); in do_background_socket()825 sockp->so_background_thread = NULL; in do_background_socket()843 struct socket *sockp; in do_background_socket() local846 sockp = (struct socket *)fp_get_data(fp); in do_background_socket()848 if ((thread) && (sockp->so_background_thread != thread)) { in do_background_socket()851 socket_clear_traffic_mgt_flags(sockp, TRAFFIC_MGT_SO_BACKGROUND); in do_background_socket()852 sockp->so_background_thread = NULL; in do_background_socket()
289 struct sockaddr *sockp, int *datlen) in bpf_movein() argument374 if (sockp) { in bpf_movein()384 if ((hlen + SOCKADDR_HDR_LEN) > sockp->sa_len) { in bpf_movein()387 sockp->sa_family = sa_family; in bpf_movein()420 error = UIOMOVE((caddr_t)sockp->sa_data, hlen, UIO_WRITE, uio); in bpf_movein()