Searched refs:so_mpkl_send_info (Results 1 – 3 of 3) sorted by relevance
754 struct so_mpkl_send_info { struct
126 static int tcp_get_mpkl_send_info(struct mbuf *, struct so_mpkl_send_info *);1055 struct so_mpkl_send_info *mpkl_send_info) in mpkl_tcp_send()1119 struct so_mpkl_send_info mpkl_send_info = {}; in tcp_usr_send()3227 struct so_mpkl_send_info *mpkl_send_info) in tcp_get_mpkl_send_info()3245 if (cm->cmsg_len != CMSG_LEN(sizeof(struct so_mpkl_send_info))) { in tcp_get_mpkl_send_info()3249 sizeof(struct so_mpkl_send_info)); in tcp_get_mpkl_send_info()
5704 struct so_mpkl_send_info so_mpkl_send_info; in sosetoptlock() local5706 error = sooptcopyin(sopt, &so_mpkl_send_info, in sosetoptlock()5707 sizeof(struct so_mpkl_send_info), sizeof(struct so_mpkl_send_info)); in sosetoptlock()5711 uuid_copy(so->so_mpkl_send_uuid, so_mpkl_send_info.mpkl_uuid); in sosetoptlock()5712 so->so_mpkl_send_proto = so_mpkl_send_info.mpkl_proto; in sosetoptlock()6291 struct so_mpkl_send_info so_mpkl_send_info; in sogetoptlock() local6293 uuid_copy(so_mpkl_send_info.mpkl_uuid, so->so_mpkl_send_uuid); in sogetoptlock()6294 so_mpkl_send_info.mpkl_proto = so->so_mpkl_send_proto; in sogetoptlock()6295 error = sooptcopyout(sopt, &so_mpkl_send_info, in sogetoptlock()6296 sizeof(struct so_mpkl_send_info)); in sogetoptlock()