Home
last modified time | relevance | path

Searched refs:strp_pause (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/net/
Dstrparser.h108 static inline void strp_pause(struct strparser *strp) in strp_pause() function
/linux-6.6.21/Documentation/networking/
Dstrparser.rst54 void strp_pause(struct strparser *strp)
175 call strp_pause to prevent any further messages from being
176 received in rcv_msg (see strp_pause above). This callback
/linux-6.6.21/net/kcm/
Dkcmsock.c276 strp_pause(&psock->strp); in reserve_rx_kcm()