Searched refs:s_info (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | sctp_usrreq.c | 2765 struct sctp_sndrcvinfo *s_info; local 2767 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, *optsize); 2768 SCTP_FIND_STCB(inp, stcb, s_info->sinfo_assoc_id); 2771 memcpy(s_info, &stcb->asoc.def_send, sizeof(stcb->asoc.def_send)); 2777 (s_info->sinfo_assoc_id == SCTP_FUTURE_ASSOC))) { 2779 memcpy(s_info, &inp->def_send, sizeof(inp->def_send)); 5170 struct sctp_sndrcvinfo *s_info; local 5172 SCTP_CHECK_AND_CAST(s_info, optval, struct sctp_sndrcvinfo, optsize); 5173 SCTP_FIND_STCB(inp, stcb, s_info->sinfo_assoc_id); 5176 if (s_info->sinfo_stream < stcb->asoc.streamoutcnt) { [all …]
|
| /freebsd-14-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_cmd.c | 2974 struct mlx4_vport_state *s_info; in mlx4_set_vf_mac() local 2985 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_mac() 2986 s_info->mac = mac; in mlx4_set_vf_mac() 2988 vf, port, (unsigned long long)s_info->mac); in mlx4_set_vf_mac() 3157 struct mlx4_vport_state *s_info; in mlx4_set_vf_spoofchk() local 3169 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_spoofchk() 3170 s_info->spoofchk = setting; in mlx4_set_vf_spoofchk()
|