Searched refs:proto_ops (Results 1 – 25 of 56) sorted by relevance
123
/net/xfrm/ |
D | espintcp.c | 393 static struct proto_ops espintcp_ops __ro_after_init; 395 static struct proto_ops espintcp6_ops; 440 struct proto_ops *espintcp_ops, 442 const struct proto_ops *orig_ops); 557 struct proto_ops *espintcp_ops, in build_protos() 559 const struct proto_ops *orig_ops) in build_protos() 562 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
|
/net/hsr/ |
D | hsr_framereg.c | 175 if (san && hsr->proto_ops->handle_san_frame) in hsr_add_node() 176 hsr->proto_ops->handle_san_frame(san, rx_port, new_node); in hsr_add_node() 224 if (hsr->proto_ops->update_san_info) in hsr_get_node() 225 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node() 229 if (hsr->proto_ops->update_san_info) in hsr_get_node() 230 hsr->proto_ops->update_san_info(node, is_sup); in hsr_get_node()
|
D | hsr_forward.c | 411 if (hsr->proto_ops->drop_frame && in hsr_forward_do() 412 hsr->proto_ops->drop_frame(frame, port)) in hsr_forward_do() 416 skb = hsr->proto_ops->create_tagged_frame(frame, port); in hsr_forward_do() 418 skb = hsr->proto_ops->get_untagged_frame(frame, port); in hsr_forward_do() 558 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
|
D | hsr_slave.c | 58 hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame() 59 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
|
D | hsr_device.c | 382 hsr->proto_ops->send_sv_frame(master, &interval); in hsr_announce() 504 hsr->proto_ops = &prp_ops; in hsr_dev_finalize() 506 hsr->proto_ops = &hsr_ops; in hsr_dev_finalize()
|
D | hsr_main.h | 208 struct hsr_proto_ops *proto_ops; member
|
/net/mctp/ |
D | af_mctp.c | 218 static const struct proto_ops mctp_dgram_ops = { 315 const struct proto_ops *ops; in mctp_pf_create()
|
/net/nfc/ |
D | rawsock.c | 266 static const struct proto_ops rawsock_ops = { 284 static const struct proto_ops rawsock_raw_ops = {
|
D | llcp_sock.c | 915 static const struct proto_ops llcp_sock_ops = { 935 static const struct proto_ops llcp_rawsock_ops = {
|
/net/atm/ |
D | pvc.c | 106 static const struct proto_ops pvc_proto_ops = {
|
/net/tls/ |
D | tls_main.c | 64 static struct proto_ops tls_proto_ops[TLS_NUM_PROTS][TLS_NUM_CONFIG][TLS_NUM_CONFIG]; 645 static void build_proto_ops(struct proto_ops ops[TLS_NUM_CONFIG][TLS_NUM_CONFIG], in build_proto_ops() 646 const struct proto_ops *base) in build_proto_ops()
|
/net/bluetooth/bnep/ |
D | sock.c | 171 static const struct proto_ops bnep_sock_ops = {
|
/net/bluetooth/cmtp/ |
D | sock.c | 174 static const struct proto_ops cmtp_sock_ops = {
|
/net/ieee802154/ |
D | socket.c | 410 static const struct proto_ops ieee802154_raw_ops = { 974 static const struct proto_ops ieee802154_dgram_ops = { 1010 const struct proto_ops *ops; in ieee802154_create()
|
/net/phonet/ |
D | socket.c | 428 const struct proto_ops phonet_dgram_ops = { 447 const struct proto_ops phonet_stream_ops = {
|
/net/bluetooth/hidp/ |
D | sock.c | 222 static const struct proto_ops hidp_sock_ops = {
|
/net/rxrpc/ |
D | af_rxrpc.c | 35 static const struct proto_ops rxrpc_rpc_ops; 923 static const struct proto_ops rxrpc_rpc_ops = {
|
/net/bluetooth/rfcomm/ |
D | sock.c | 37 static const struct proto_ops rfcomm_sock_ops; 1015 static const struct proto_ops rfcomm_sock_ops = {
|
/net/tipc/ |
D | socket.c | 163 static const struct proto_ops packet_ops; 164 static const struct proto_ops stream_ops; 165 static const struct proto_ops msg_ops; 463 const struct proto_ops *ops; in tipc_sk_create() 3355 static const struct proto_ops msg_ops = { 3376 static const struct proto_ops packet_ops = { 3397 static const struct proto_ops stream_ops = {
|
/net/caif/ |
D | caif_socket.c | 971 static const struct proto_ops caif_seqpacket_ops = { 991 static const struct proto_ops caif_stream_ops = {
|
/net/ipv4/ |
D | af_inet.c | 1031 const struct proto_ops inet_stream_ops = { 1065 const struct proto_ops inet_dgram_ops = { 1097 static const struct proto_ops inet_sockraw_ops = {
|
/net/bluetooth/ |
D | sco.c | 38 static const struct proto_ops sco_sock_ops; 1255 static const struct proto_ops sco_sock_ops = {
|
/net/ipv6/ |
D | af_inet6.c | 686 const struct proto_ops inet6_stream_ops = { 719 const struct proto_ops inet6_dgram_ops = {
|
/net/llc/ |
D | af_llc.c | 41 static const struct proto_ops llc_ui_ops; 1225 static const struct proto_ops llc_ui_ops = {
|
/net/vmw_vsock/ |
D | af_vsock.c | 1242 static const struct proto_ops vsock_dgram_ops = { 2141 static const struct proto_ops vsock_stream_ops = { 2162 static const struct proto_ops vsock_seqpacket_ops = {
|
123