Home
last modified time | relevance | path

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

123

/net/xfrm/
Despintcp.c393 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/
Dhsr_framereg.c175 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()
Dhsr_forward.c411 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()
Dhsr_slave.c58 hsr->proto_ops->invalid_dan_ingress_frame && in hsr_handle_frame()
59 hsr->proto_ops->invalid_dan_ingress_frame(protocol)) in hsr_handle_frame()
Dhsr_device.c382 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()
Dhsr_main.h208 struct hsr_proto_ops *proto_ops; member
/net/mctp/
Daf_mctp.c218 static const struct proto_ops mctp_dgram_ops = {
315 const struct proto_ops *ops; in mctp_pf_create()
/net/nfc/
Drawsock.c266 static const struct proto_ops rawsock_ops = {
284 static const struct proto_ops rawsock_raw_ops = {
Dllcp_sock.c915 static const struct proto_ops llcp_sock_ops = {
935 static const struct proto_ops llcp_rawsock_ops = {
/net/atm/
Dpvc.c106 static const struct proto_ops pvc_proto_ops = {
/net/tls/
Dtls_main.c64 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/
Dsock.c171 static const struct proto_ops bnep_sock_ops = {
/net/bluetooth/cmtp/
Dsock.c174 static const struct proto_ops cmtp_sock_ops = {
/net/ieee802154/
Dsocket.c410 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/
Dsocket.c428 const struct proto_ops phonet_dgram_ops = {
447 const struct proto_ops phonet_stream_ops = {
/net/bluetooth/hidp/
Dsock.c222 static const struct proto_ops hidp_sock_ops = {
/net/rxrpc/
Daf_rxrpc.c35 static const struct proto_ops rxrpc_rpc_ops;
923 static const struct proto_ops rxrpc_rpc_ops = {
/net/bluetooth/rfcomm/
Dsock.c37 static const struct proto_ops rfcomm_sock_ops;
1015 static const struct proto_ops rfcomm_sock_ops = {
/net/tipc/
Dsocket.c163 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/
Dcaif_socket.c971 static const struct proto_ops caif_seqpacket_ops = {
991 static const struct proto_ops caif_stream_ops = {
/net/ipv4/
Daf_inet.c1031 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/
Dsco.c38 static const struct proto_ops sco_sock_ops;
1255 static const struct proto_ops sco_sock_ops = {
/net/ipv6/
Daf_inet6.c686 const struct proto_ops inet6_stream_ops = {
719 const struct proto_ops inet6_dgram_ops = {
/net/llc/
Daf_llc.c41 static const struct proto_ops llc_ui_ops;
1225 static const struct proto_ops llc_ui_ops = {
/net/vmw_vsock/
Daf_vsock.c1242 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