/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto.c | 428 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 D | ipt_SYNPROXY.c | 70 if (e->ip.proto != IPPROTO_TCP || in synproxy_tg4_check()
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | event_message.proto | 42 package platforms.nemora.proto;
|
/openbmc/linux/include/net/ |
H A D | llc_conn.h | 100 struct proto *prot, int kern);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | ga102.c | 90 if (sor->asy.proto == TMDS) { in ga102_sor_clock()
|
/openbmc/qemu/include/hw/sd/ |
H A D | sd.h | 128 const struct SDProto *proto; member
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 73 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 D | inet_diag.c | 53 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 D | serio_raw.c | 413 .proto = SERIO_ANY, 419 .proto = SERIO_ANY,
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 500 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 D | network_helpers.c | 283 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 D | sfdp.c | 69 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 D | cxgb4_tc_flower.c | 197 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 D | nft_flowtable.sh | 643 …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 D | nfssvc.c | 837 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 D | internal.h | 77 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 D | fujitsu_ts.c | 153 .proto = SERIO_FUJITSU,
|
H A D | touchwin.c | 161 .proto = SERIO_TOUCHWIN,
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 73 e->ipv6.proto != IPPROTO_TCP || in synproxy_tg6_check()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.h | 62 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto);
|
/openbmc/linux/include/uapi/linux/netfilter_ipv6/ |
H A D | ip6_tables.h | 80 __u16 proto; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.h | 79 int mlx5_esw_bridge_vlan_proto_set(u16 vport_num, u16 esw_owner_vhca_id, u16 proto,
|
/openbmc/linux/drivers/input/joystick/ |
H A D | zhenhua.c | 182 .proto = SERIO_ZHENHUA,
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | xtkbd.c | 132 .proto = SERIO_ANY,
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 275 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()
|