Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h59 struct proto_ops *ops;
60 struct proto_ops *ops_nokey;
/linux-4.4.14/include/net/
Dinet_common.h4 extern const struct proto_ops inet_stream_ops;
5 extern const struct proto_ops inet_dgram_ops;
Dprotocol.h87 const struct proto_ops *ops;
Dipv6.h959 extern const struct proto_ops inet6_stream_ops;
960 extern const struct proto_ops inet6_dgram_ops;
/linux-4.4.14/include/net/phonet/
Dphonet.h48 extern const struct proto_ops phonet_dgram_ops;
106 const struct proto_ops *ops;
Dpep.h54 extern const struct proto_ops phonet_stream_ops;
/linux-4.4.14/include/linux/can/
Dcore.h39 const struct proto_ops *ops;
/linux-4.4.14/include/linux/
Dnet.h123 const struct proto_ops *ops;
132 struct proto_ops { struct
/linux-4.4.14/crypto/
Dalgif_rng.c95 static struct proto_ops algif_rng_ops = {
Dalgif_hash.c223 static struct proto_ops algif_hash_ops = {
331 static struct proto_ops algif_hash_ops_nokey = {
Dalgif_skcipher.c738 static struct proto_ops algif_skcipher_ops = {
834 static struct proto_ops algif_skcipher_ops_nokey = {
Daf_alg.c331 static const struct proto_ops alg_proto_ops = {
Dalgif_aead.c494 static struct proto_ops algif_aead_ops = {
/linux-4.4.14/net/irda/
Daf_irda.c64 static const struct proto_ops irda_stream_ops;
65 static const struct proto_ops irda_seqpacket_ops;
66 static const struct proto_ops irda_dgram_ops;
69 static const struct proto_ops irda_ultra_ops;
2594 static const struct proto_ops irda_stream_ops = {
2618 static const struct proto_ops irda_seqpacket_ops = {
2642 static const struct proto_ops irda_dgram_ops = {
2667 static const struct proto_ops irda_ultra_ops = {
/linux-4.4.14/net/nfc/
Drawsock.c278 static const struct proto_ops rawsock_ops = {
298 static const struct proto_ops rawsock_raw_ops = {
Dllcp_sock.c886 static const struct proto_ops llcp_sock_ops = {
906 static const struct proto_ops llcp_rawsock_ops = {
/linux-4.4.14/net/atm/
Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
Dsvc.c628 static const struct proto_ops svc_proto_ops = {
/linux-4.4.14/net/bluetooth/cmtp/
Dsock.c169 static const struct proto_ops cmtp_sock_ops = {
/linux-4.4.14/net/bluetooth/bnep/
Dsock.c166 static const struct proto_ops bnep_sock_ops = {
/linux-4.4.14/net/bluetooth/hidp/
Dsock.c199 static const struct proto_ops hidp_sock_ops = {
/linux-4.4.14/net/tipc/
Dsocket.c124 static const struct proto_ops packet_ops;
125 static const struct proto_ops stream_ops;
126 static const struct proto_ops msg_ops;
330 const struct proto_ops *ops; in tipc_sk_create()
2492 static const struct proto_ops msg_ops = {
2513 static const struct proto_ops packet_ops = {
2534 static const struct proto_ops stream_ops = {
/linux-4.4.14/net/ieee802154/
Dsocket.c416 static const struct proto_ops ieee802154_raw_ops = {
961 static const struct proto_ops ieee802154_dgram_ops = {
995 const struct proto_ops *ops; in ieee802154_create()
/linux-4.4.14/drivers/net/ppp/
Dpptp.c54 static const struct proto_ops pptp_ops;
659 static const struct proto_ops pptp_ops = {
Dpppoe.c94 static const struct proto_ops pppoe_ops;
1131 static const struct proto_ops pppoe_ops = {
/linux-4.4.14/net/rxrpc/
Daf_rxrpc.c37 static const struct proto_ops rxrpc_rpc_ops;
756 static const struct proto_ops rxrpc_rpc_ops = {
/linux-4.4.14/net/phonet/
Dsocket.c439 const struct proto_ops phonet_dgram_ops = {
464 const struct proto_ops phonet_stream_ops = {
/linux-4.4.14/drivers/isdn/mISDN/
Dsocket.c583 static const struct proto_ops data_sock_ops = {
737 static const struct proto_ops base_sock_ops = {
/linux-4.4.14/net/ipv6/
Daf_inet6.c515 const struct proto_ops inet6_stream_ops = {
541 const struct proto_ops inet6_dgram_ops = {
Draw.c1301 static const struct proto_ops inet6_sockraw_ops = {
/linux-4.4.14/net/ipv4/
Daf_inet.c900 const struct proto_ops inet_stream_ops = {
928 const struct proto_ops inet_dgram_ops = {
959 static const struct proto_ops inet_sockraw_ops = {
/linux-4.4.14/net/bluetooth/rfcomm/
Dsock.c36 static const struct proto_ops rfcomm_sock_ops;
1034 static const struct proto_ops rfcomm_sock_ops = {
/linux-4.4.14/net/caif/
Dcaif_socket.c966 static const struct proto_ops caif_seqpacket_ops = {
987 static const struct proto_ops caif_stream_ops = {
/linux-4.4.14/net/llc/
Daf_llc.c39 static const struct proto_ops llc_ui_ops;
1167 static const struct proto_ops llc_ui_ops = {
/linux-4.4.14/net/bluetooth/
Dsco.c37 static const struct proto_ops sco_sock_ops;
1191 static const struct proto_ops sco_sock_ops = {
Dl2cap_sock.c43 static const struct proto_ops l2cap_sock_ops;
1634 static const struct proto_ops l2cap_sock_ops = {
Dhci_sock.c1433 static const struct proto_ops hci_sock_ops = {
/linux-4.4.14/net/rds/
Daf_rds.c414 static const struct proto_ops rds_proto_ops = {
/linux-4.4.14/net/l2tp/
Dl2tp_ip.c581 static const struct proto_ops l2tp_ip_ops = {
Dl2tp_ip6.c732 static const struct proto_ops l2tp_ip6_ops = {
Dl2tp_ppp.c139 static const struct proto_ops pppol2tp_ops;
1775 static const struct proto_ops pppol2tp_ops = {
/linux-4.4.14/net/netrom/
Daf_netrom.c67 static const struct proto_ops nr_proto_ops;
1360 static const struct proto_ops nr_proto_ops = {
/linux-4.4.14/drivers/net/
Dmacvtap.c135 static const struct proto_ops macvtap_socket_ops;
1252 static const struct proto_ops macvtap_socket_ops = {
Dtun.c1549 static const struct proto_ops tun_socket_ops = {
/linux-4.4.14/net/rose/
Daf_rose.c66 static const struct proto_ops rose_proto_ops;
1476 static const struct proto_ops rose_proto_ops = {
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c1071 static const struct proto_ops vsock_dgram_ops = {
1807 static const struct proto_ops vsock_stream_ops = {
/linux-4.4.14/net/can/
Draw.c823 static const struct proto_ops raw_ops = {
Dbcm.c1581 static const struct proto_ops bcm_ops = {
/linux-4.4.14/net/appletalk/
Dddp.c69 static const struct proto_ops atalk_dgram_ops;
1865 static const struct proto_ops atalk_dgram_ops = {
/linux-4.4.14/net/x25/
Daf_x25.c75 static const struct proto_ops x25_proto_ops;
1746 static const struct proto_ops x25_proto_ops = {
/linux-4.4.14/net/unix/
Daf_unix.c674 static const struct proto_ops unix_stream_ops = {
697 static const struct proto_ops unix_dgram_ops = {
719 static const struct proto_ops unix_seqpacket_ops = {
/linux-4.4.14/net/ax25/
Daf_ax25.c56 static const struct proto_ops ax25_proto_ops;
1948 static const struct proto_ops ax25_proto_ops = {
/linux-4.4.14/net/ipx/
Daf_ipx.c73 static const struct proto_ops ipx_dgram_ops;
1961 static const struct proto_ops ipx_dgram_ops = {
/linux-4.4.14/net/packet/
Daf_packet.c1758 static const struct proto_ops packet_ops;
1760 static const struct proto_ops packet_ops_spkt;
4270 static const struct proto_ops packet_ops_spkt = {
4291 static const struct proto_ops packet_ops = {
/linux-4.4.14/net/dccp/
Dipv4.c969 static const struct proto_ops inet_dccp_ops = {
Dipv6.c1021 static const struct proto_ops inet6_dccp_ops = {
/linux-4.4.14/net/decnet/
Daf_decnet.c154 static const struct proto_ops dn_proto_ops;
2336 static const struct proto_ops dn_proto_ops = {
/linux-4.4.14/net/sctp/
Dipv6.c942 static const struct proto_ops inet6_seqpacket_ops = {
Dprotocol.c1013 static const struct proto_ops inet_seqpacket_ops = {
/linux-4.4.14/net/iucv/
Daf_iucv.c36 static const struct proto_ops iucv_sock_ops;
2329 static const struct proto_ops iucv_sock_ops = {
/linux-4.4.14/net/netlink/
Daf_netlink.c1080 static const struct proto_ops netlink_ops;
3233 static const struct proto_ops netlink_ops = {
/linux-4.4.14/net/key/
Daf_key.c112 static const struct proto_ops pfkey_ops;
3674 static const struct proto_ops pfkey_ops = {