Searched refs:sockp (Results 1 – 2 of 2) sorted by relevance
824 struct socket *sockp = (struct socket *)fp_get_data(fp); in do_background_socket() local825 socket_set_traffic_mgt_flags(sockp, TRAFFIC_MGT_SO_BACKGROUND); in do_background_socket()826 sockp->so_background_thread = NULL; in do_background_socket()844 struct socket *sockp; in do_background_socket() local847 sockp = (struct socket *)fp_get_data(fp); in do_background_socket()849 if ((thread) && (sockp->so_background_thread != thread)) { in do_background_socket()852 socket_clear_traffic_mgt_flags(sockp, TRAFFIC_MGT_SO_BACKGROUND); in do_background_socket()853 sockp->so_background_thread = NULL; in do_background_socket()
275 struct sockaddr *sockp, int *datlen) in bpf_movein() argument360 if (sockp) { in bpf_movein()370 if ((hlen + SOCKADDR_HDR_LEN) > sockp->sa_len) { in bpf_movein()373 sockp->sa_family = sa_family; in bpf_movein()406 error = UIOMOVE((caddr_t)sockp->sa_data, hlen, UIO_WRITE, uio); in bpf_movein()