Home
last modified time | relevance | path

Searched refs:strp_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Dstrparser.h163 int strp_init(struct strparser *strp, struct sock *sk,
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst43 strp_init(struct strparser *strp, struct sock *sk,
193 in strp_init) a default function is used.
203 to non-NULL in strp_init.
/openbmc/linux/net/strparser/
H A Dstrparser.c440 int strp_init(struct strparser *strp, struct sock *sk, in strp_init() function
479 EXPORT_SYMBOL_GPL(strp_init);
/openbmc/linux/net/xfrm/
H A Despintcp.c468 err = strp_init(&ctx->strp, sk, &cb); in espintcp_init_sk()
/openbmc/linux/net/core/
H A Dskmsg.c1138 ret = strp_init(&psock->strp, sk, &cb); in sk_psock_init_strp()
/openbmc/linux/net/kcm/
H A Dkcmsock.c1273 err = strp_init(&psock->strp, csk, &cb); in kcm_attach()