Home
last modified time | relevance | path

Searched refs:proto_ops (Results 26 – 50 of 82) sorted by relevance

1234

/openbmc/linux/net/hsr/
H A Dhsr_main.h204 struct hsr_proto_ops *proto_ops; member
/openbmc/linux/net/mctp/
H A Daf_mctp.c470 static const struct proto_ops mctp_dgram_ops = {
607 const struct proto_ops *ops; in mctp_pf_create()
/openbmc/linux/net/ieee802154/
H A Dsocket.c410 static const struct proto_ops ieee802154_raw_ops = {
972 static const struct proto_ops ieee802154_dgram_ops = {
1007 const struct proto_ops *ops; in ieee802154_create()
/openbmc/linux/net/bluetooth/hidp/
H A Dsock.c223 static const struct proto_ops hidp_sock_ops = {
/openbmc/linux/net/phonet/
H A Dsocket.c428 const struct proto_ops phonet_dgram_ops = {
446 const struct proto_ops phonet_stream_ops = {
/openbmc/linux/drivers/net/ppp/
H A Dpptp.c51 static const struct proto_ops pptp_ops;
617 static const struct proto_ops pptp_ops = {
H A Dpppoe.c89 static const struct proto_ops pppoe_ops;
1119 static const struct proto_ops pppoe_ops = {
/openbmc/linux/net/tls/
H A Dtls_main.c126 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG];
831 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops()
832 const struct proto_ops *base) in build_proto_ops()
/openbmc/linux/include/net/
H A Dipv6.h1241 extern const struct proto_ops inet6_stream_ops;
1242 extern const struct proto_ops inet6_dgram_ops;
1243 extern const struct proto_ops inet6_sockraw_ops;
/openbmc/linux/net/core/
H A Dscm.c139 const struct proto_ops *ops = READ_ONCE(sock->ops); in __scm_send()
/openbmc/linux/drivers/isdn/mISDN/
H A Dsocket.c572 static const struct proto_ops data_sock_ops = {
730 static const struct proto_ops base_sock_ops = {
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c35 static const struct proto_ops rxrpc_rpc_ops;
940 static const struct proto_ops rxrpc_rpc_ops = {
/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c37 static const struct proto_ops rfcomm_sock_ops;
1004 static const struct proto_ops rfcomm_sock_ops = {
/openbmc/linux/net/caif/
H A Dcaif_socket.c962 static const struct proto_ops caif_seqpacket_ops = {
981 static const struct proto_ops caif_stream_ops = {
/openbmc/linux/net/nfc/
H A Dllcp_sock.c917 static const struct proto_ops llcp_sock_ops = {
937 static const struct proto_ops llcp_rawsock_ops = {
/openbmc/linux/net/tipc/
H A Dsocket.c164 static const struct proto_ops packet_ops;
165 static const struct proto_ops stream_ops;
166 static const struct proto_ops msg_ops;
464 const struct proto_ops *ops; in tipc_sk_create()
3360 static const struct proto_ops msg_ops = {
3380 static const struct proto_ops packet_ops = {
3400 static const struct proto_ops stream_ops = {
/openbmc/linux/net/ipv6/
H A Daf_inet6.c685 const struct proto_ops inet6_stream_ops = {
718 const struct proto_ops inet6_dgram_ops = {
/openbmc/linux/net/llc/
H A Daf_llc.c41 static const struct proto_ops llc_ui_ops;
1227 static const struct proto_ops llc_ui_ops = {
/openbmc/linux/net/ipv4/
H A Daf_inet.c1053 const struct proto_ops inet_stream_ops = {
1087 const struct proto_ops inet_dgram_ops = {
1119 static const struct proto_ops inet_sockraw_ops = {
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c1298 static const struct proto_ops vsock_dgram_ops = {
2237 static const struct proto_ops vsock_stream_ops = {
2259 static const struct proto_ops vsock_seqpacket_ops = {
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c608 static const struct proto_ops l2tp_ip_ops = {
H A Dl2tp_ppp.c131 static const struct proto_ops pppol2tp_ops;
1649 static const struct proto_ops pppol2tp_ops = {
/openbmc/linux/net/netrom/
H A Daf_netrom.c64 static const struct proto_ops nr_proto_ops;
1353 static const struct proto_ops nr_proto_ops = {
/openbmc/linux/drivers/net/
H A Dtap.c119 static const struct proto_ops tap_socket_ops;
1283 static const struct proto_ops tap_socket_ops = {
/openbmc/linux/net/bluetooth/
H A Dsco.c38 static const struct proto_ops sco_sock_ops;
1426 static const struct proto_ops sco_sock_ops = {

1234