Home
last modified time | relevance | path

Searched refs:proto (Results 601 – 625 of 1111) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto.c428 ct->proto.tcp.state == TCP_CONNTRACK_ESTABLISHED) { in nf_ct_tcp_fixup()
429 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup()
430 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
/openbmc/linux/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c70 if (e->ip.proto != IPPROTO_TCP || in synproxy_tg4_check()
/openbmc/google-misc/subprojects/nemora-postd/
H A Devent_message.proto42 package platforms.nemora.proto;
/openbmc/linux/include/net/
H A Dllc_conn.h100 struct proto *prot, int kern);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dga102.c90 if (sor->asy.proto == TMDS) { in ga102_sor_clock()
/openbmc/qemu/include/hw/sd/
H A Dsd.h128 const struct SDProto *proto; member
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml73 name: ipv4-proto
106 name: ipv6-proto
253 name: ipv4-proto
906 name: proto-min
909 name: proto-max
915 name: proto-hash
918 name: proto-random
/openbmc/linux/net/ipv4/
H A Dinet_diag.c53 static const struct inet_diag_handler *inet_diag_lock_handler(int proto) in inet_diag_lock_handler() argument
55 if (proto < 0 || proto >= IPPROTO_MAX) { in inet_diag_lock_handler()
60 if (!READ_ONCE(inet_diag_table[proto])) in inet_diag_lock_handler()
61 sock_load_diag_module(AF_INET, proto); in inet_diag_lock_handler()
64 if (!inet_diag_table[proto]) in inet_diag_lock_handler()
67 return inet_diag_table[proto]; in inet_diag_lock_handler()
/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c413 .proto = SERIO_ANY,
419 .proto = SERIO_ANY,
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh500 local proto=$1; shift
505 tc filter del dev $dev egress protocol $proto pref $pref handle $handle flower
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c283 if (opts->proto) { in connect_to_fd_opts()
284 protocol = opts->proto; in connect_to_fd_opts()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dsfdp.c69 enum spi_nor_protocol proto; member
238 enum spi_nor_protocol proto) in spi_nor_set_read_settings_from_bfpt() argument
243 read->proto = proto; in spi_nor_set_read_settings_from_bfpt()
516 spi_nor_set_read_settings_from_bfpt(read, half, rd->proto); in spi_nor_parse_bfpt()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c197 fs->val.proto = match.key->ip_proto; in cxgb4_process_flow_match()
198 fs->mask.proto = match.mask->ip_proto; in cxgb4_process_flow_match()
740 u16 proto = be16_to_cpu(act->vlan.proto); in cxgb4_validate_flow_actions() local
747 if (proto != ETH_P_8021Q) { in cxgb4_validate_flow_actions()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh643 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …
644 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …
647 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
649 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c837 u32 version, int family, unsigned short proto, in nfsd_acl_rpcbind_set() argument
844 proto, port); in nfsd_acl_rpcbind_set()
883 u32 version, int family, unsigned short proto, in nfsd_rpcbind_set() argument
889 proto, port); in nfsd_rpcbind_set()
/openbmc/linux/fs/nfs/
H A Dinternal.h77 int proto; member
213 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, int timeo, int retrans);
750 unsigned long nfs_io_size(unsigned long iosize, enum xprt_transports proto) in nfs_io_size() argument
757 if (proto == XPRT_TRANSPORT_UDP || iosize < PAGE_SIZE) in nfs_io_size()
/openbmc/linux/drivers/input/touchscreen/
H A Dfujitsu_ts.c153 .proto = SERIO_FUJITSU,
H A Dtouchwin.c161 .proto = SERIO_TOUCHWIN,
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c73 e->ipv6.proto != IPPROTO_TCP || in synproxy_tg6_check()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h62 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto);
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h80 __u16 proto; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.h79 int mlx5_esw_bridge_vlan_proto_set(u16 vport_num, u16 esw_owner_vhca_id, u16 proto,
/openbmc/linux/drivers/input/joystick/
H A Dzhenhua.c182 .proto = SERIO_ZHENHUA,
/openbmc/linux/drivers/input/keyboard/
H A Dxtkbd.c132 .proto = SERIO_ANY,
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c275 int proto; in create_udp_flow() local
285 err = usnic_transport_sock_get_addr(sock, &proto, &addr, &port_num); in create_udp_flow()
289 if (proto != IPPROTO_UDP) { in create_udp_flow()

1...<<21222324252627282930>>...45