Home
last modified time | relevance | path

Searched refs:strp_stop (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/include/net/
Dstrparser.h158 void strp_stop(struct strparser *strp);
/linux-5.19.10/net/strparser/
Dstrparser.c522 void strp_stop(struct strparser *strp) in strp_stop() function
526 EXPORT_SYMBOL_GPL(strp_stop);
/linux-5.19.10/Documentation/networking/
Dstrparser.rst67 void strp_stop(struct strparser *strp);
69 strp_stop is called to completely stop stream parser operations.
/linux-5.19.10/net/core/
Dsock_map.c146 bool strp_stop = false, verdict_stop = false; in sock_map_del_link() local
156 strp_stop = true; in sock_map_del_link()
166 if (strp_stop || verdict_stop) { in sock_map_del_link()
168 if (strp_stop) in sock_map_del_link()
Dskmsg.c1154 strp_stop(&psock->strp); in sk_psock_stop_strp()
/linux-5.19.10/net/xfrm/
Despintcp.c520 strp_stop(&ctx->strp); in espintcp_close()
/linux-5.19.10/net/kcm/
Dkcmsock.c1518 strp_stop(&psock->strp); in kcm_unattach()
/linux-5.19.10/net/tls/
Dtls_sw.c2169 strp_stop(&ctx->strp); in tls_sw_release_resources_rx()