Home
last modified time | relevance | path

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

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

/openbmc/linux/drivers/net/
H A Dvrf.c1025 u16 proto) in vrf_l3_out() argument
1027 switch (proto) { in vrf_l3_out()
1229 struct net_device *vrf_dev, u16 proto) in vrf_prepare_mac_header() argument
1253 eth->h_proto = htons(proto); in vrf_prepare_mac_header()
1276 u16 proto, struct net_device *orig_dev) in vrf_add_mac_header_if_unset() argument
1281 return vrf_prepare_mac_header(skb, vrf_dev, proto); in vrf_add_mac_header_if_unset()
1464 u16 proto) in vrf_l3_rcv() argument
1466 switch (proto) { in vrf_l3_rcv()
/openbmc/linux/net/sched/
H A Dact_ct.c438 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
439 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add()
473 ct->proto.tcp.state != TCP_CONNTRACK_ESTABLISHED) in tcf_ct_flow_table_process_conn()
847 u8 proto; in tcf_ct_handle_fragments() local
862 err = nf_ct_handle_fragments(net, skb, zone, family, &proto, &mru); in tcf_ct_handle_fragments()
1219 int err, family, proto, len; in tcf_ct_fill_params() local
1292 proto = tb[TCA_CT_HELPER_PROTO] ? nla_get_u8(tb[TCA_CT_HELPER_PROTO]) : IPPROTO_TCP; in tcf_ct_fill_params()
1293 err = nf_ct_add_helper(tmpl, name, family, proto, in tcf_ct_fill_params()
/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.h136 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/drivers/input/serio/
H A Dserio_raw.c413 .proto = SERIO_ANY,
419 .proto = SERIO_ANY,
/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/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/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/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/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/drivers/input/touchscreen/
H A Dfujitsu_ts.c153 .proto = SERIO_FUJITSU,
/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