Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dstrparser.h163 void strp_stop(struct strparser *strp);
/linux-6.15/net/strparser/
H A Dstrparser.c529 void strp_stop(struct strparser *strp) in strp_stop() function
533 EXPORT_SYMBOL_GPL(strp_stop);
/linux-6.15/Documentation/networking/
H A Dstrparser.rst67 void strp_stop(struct strparser *strp);
69 strp_stop is called to completely stop stream parser operations.
/linux-6.15/net/core/
H A Dsock_map.c145 bool strp_stop = false, verdict_stop = false; in sock_map_del_link() local
155 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()
H A Dskmsg.c1176 strp_stop(&psock->strp); in sk_psock_stop_strp()
/linux-6.15/net/xfrm/
H A Despintcp.c534 strp_stop(&ctx->strp); in espintcp_close()
/linux-6.15/net/kcm/
H A Dkcmsock.c1365 strp_stop(&psock->strp); in kcm_unattach()