Searched refs:ssh_frame (Results 1 – 8 of 8) sorted by relevance
118 struct ssh_frame **frame, struct ssam_span *payload, in sshp_parse_frame()142 sf.len = sizeof(struct ssh_frame); in sshp_parse_frame()151 sp.len = get_unaligned_le16(&((struct ssh_frame *)sf.ptr)->len); in sshp_parse_frame()173 *frame = (struct ssh_frame *)sf.ptr; in sshp_parse_frame()
147 struct ssh_frame **frame, struct ssam_span *payload,
122 if (WARN_ON(msgb->ptr + sizeof(struct ssh_frame) > msgb->end)) in msgb_push_frame()
452 struct ssh_frame *sshf; in ssh_ptl_rx_inject_invalid_data()467 sshf = (struct ssh_frame *)&frame->ptr[SSH_MSGOFFSET_FRAME(type)]; in ssh_ptl_rx_inject_invalid_data()1624 const struct ssh_frame *frame, in ssh_ptl_rx_dataframe()1683 struct ssh_frame *frame; in ssh_ptl_rx_eval()
269 TP_PROTO(const struct ssh_frame *frame),294 TP_PROTO(const struct ssh_frame *frame), \
59 struct ssh_frame { struct65 static_assert(sizeof(struct ssh_frame) == 4); argument125 #define SSH_MSG_LEN_BASE (sizeof(struct ssh_frame) + 3ull * sizeof(u16))163 (sizeof(u16) + offsetof(struct ssh_frame, field))175 (2ull * sizeof(u16) + sizeof(struct ssh_frame) \
19 .. |ssh_frame| replace:: :c:type:`struct ssh_frame <ssh_frame>` substdef111 structure and are managed entirely via the raw |ssh_frame|).115 be transmitted (i.e. the message wrapped in |ssh_frame|). Most notably, it203 thread parses and validates the received message into its |ssh_frame| and
50 (:c:type:`struct ssh_frame <ssh_frame>`). A frame consists of the following