Home
last modified time | relevance | path

Searched refs:sshp_find_syn (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_parser.h144 bool sshp_find_syn(const struct ssam_span *src, struct ssam_span *rem);
H A Dssh_parser.c47 * sshp_find_syn() - Find SSH SYN bytes in the given data span.
69 bool sshp_find_syn(const struct ssam_span *src, struct ssam_span *rem) in sshp_find_syn() function
H A Dssh_packet_layer.c437 if (!sshp_find_syn(data, &frame)) in ssh_ptl_rx_inject_invalid_syn()
1709 syn_found = sshp_find_syn(source, &aligned); in ssh_ptl_rx_eval()
1720 * (via the call to sshp_find_syn() above), or the first bytes in ssh_ptl_rx_eval()

Completed in 4 milliseconds