Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/xfrm/
A Despintcp.c392 static struct proto_ops espintcp_ops __ro_after_init;
441 struct proto_ops *espintcp_ops,
474 sk->sk_socket->ops = &espintcp_ops; in espintcp_init_sk()
559 struct proto_ops *espintcp_ops, in build_protos() argument
564 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
569 espintcp_ops->poll = espintcp_poll; in build_protos()
580 build_protos(&espintcp_prot, &espintcp_ops, &tcp_prot, &inet_stream_ops); in espintcp_init()

Completed in 3 milliseconds