Searched refs:sosetopt (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dsockopt.h45 * Argument structure for sosetopt et seq. This is in the KERNEL
59 int sosetopt(struct socket *so, struct sockopt *sopt);
/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_ha.c390 error = sosetopt(so, &opt);
397 error = sosetopt(so, &opt);
403 error = sosetopt(so, &opt);
409 error = sosetopt(so, &opt);
415 error = sosetopt(so, &opt);
421 error = sosetopt(so, &opt);
541 error = sosetopt(softc->ha_lso, &opt);
553 error = sosetopt(softc->ha_lso, &opt);
/freebsd-11.0-release/sys/nfs/
H A Dkrpc_subr.c234 if ((error = sosetopt(so, &sopt)) != 0)
245 if ((error = sosetopt(so, &sopt)) != 0)
H A Dbootp_subr.c606 error = sosetopt(bootp_so, &sopt);
618 error = sosetopt(bootp_so, &sopt);
631 error = sosetopt(bootp_so, &sopt);
/freebsd-11.0-release/sys/dev/iscsi/
H A Dicl_soft_proxy.c307 error = sosetopt(so, &sopt);
H A Dicl_soft.c1271 error = sosetopt(ic->ic_socket, &opt);
/freebsd-11.0-release/sys/rpc/
H A Drpc_generic.c840 error = sosetopt(so, &opt);
851 sosetopt(so, &opt);
H A Dclnt_vc.c195 sosetopt(so, &sopt);
205 sosetopt(so, &sopt);
H A Dsvc_vc.c219 error = sosetopt(so, &opt);
231 error = sosetopt(so, &opt);
/freebsd-11.0-release/sys/net/
H A Dif_vxlan.c949 error = sosetopt(vso->vxlso_sock, &sopt);
1106 error = sosetopt(vso->vxlso_sock, &sopt);
1137 error = sosetopt(vso->vxlso_sock, &sopt);
1172 error = sosetopt(vso->vxlso_sock, &sopt);
1184 error = sosetopt(vso->vxlso_sock, &sopt);
/freebsd-11.0-release/sys/netsmb/
H A Dsmb_trantcp.c91 error = sosetopt(so, &sopt);
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c316 err = sosetopt(ep->com.so, &sopt);
1264 err = sosetopt(epc->so, &sopt);
/freebsd-11.0-release/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c500 error = sosetopt(so, &opt);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.c526 sosetopt(so, &sopt);
/freebsd-11.0-release/sys/netgraph/
H A Dng_ksocket.c865 error = sosetopt(so, &sopt);
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c301 rc = sosetopt(ep->com.so, &sopt);
600 rc = sosetopt(so, &sopt);
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_impl.c1565 sosetopt(nlm_socket, &opt);
1584 sosetopt(nlm_socket6, &opt);
/freebsd-11.0-release/sys/kern/
H A Duipc_syscalls.c1401 error = sosetopt(so, &sopt);
H A Duipc_socket.c2484 return (sosetopt(so, &sopt));
2488 sosetopt(struct socket *so, struct sockopt *sopt) function
/freebsd-11.0-release/share/man/man9/
H A DMakefile1615 socket.9 sosetopt.9 \
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1333 error = sosetopt(s->l2so, &l2sopt);

Completed in 234 milliseconds