Home
last modified time | relevance | path

Searched refs:proto (Results 1151 - 1175 of 3082) sorted by relevance

1...<<41424344454647484950>>...124

/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh463 local proto=$1; shift
468 tc filter del dev $dev egress protocol $proto pref $pref handle $handle flower
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c203 /* if changing outer proto type, update eth->h_proto */ in encap_ipv4()
447 static int decap_internal(struct __sk_buff *skb, int off, int len, char proto) in decap_internal() argument
454 switch (proto) { in decap_internal()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dserio_raw.c413 .proto = SERIO_ANY,
419 .proto = SERIO_ANY,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c320 fltr_info->ip.v4.proto = ip_proto; in ice_arfs_build_entry()
329 fltr_info->ip.v6.proto = ip_proto; in ice_arfs_build_entry()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c66 * proto - SLIMPRO_IIC_SMB_PROTOCOL or SLIMPRO_IIC_I2C_PROTOCOL
70 #define SLIMPRO_IIC_ENCODE_MSG(dev, chip, op, proto, addrlen, datalen) \
77 ((proto << SLIMPRO_IIC_PROTO_SHIFT) & SLIMPRO_IIC_PROTO_MASK) | \
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h461 extern struct proto sctp_prot;
462 extern struct proto sctpv6_prot;
/kernel/linux/linux-5.10/include/linux/
H A Dskmsg.h103 struct proto *sk_proto;
344 struct proto *ops) in sk_psock_update_proto()
354 /* TLS does not have an unhash proto in SW cases, but we need in sk_psock_restore_proto()
/kernel/linux/linux-5.10/include/net/
H A Dudp.h95 extern struct proto udp_prot;
519 struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
H A Droute.h161 __u8 proto, __u8 tos, int oif) in ip_route_output_ports()
164 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
157 ip_route_output_ports(struct net *net, struct flowi4 *fl4, struct sock *sk, __be32 daddr, __be32 saddr, __be16 dport, __be16 sport, __u8 proto, __u8 tos, int oif) ip_route_output_ports() argument
/kernel/linux/linux-5.10/net/dsa/
H A Ddsa.c38 .proto = DSA_TAG_PROTO_NONE,
98 if (ops->proto == tag_protocol) { in dsa_tag_driver_get()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c111 static int hisi_spi_nor_get_if_type(enum spi_nor_protocol proto) in hisi_spi_nor_get_if_type() argument
115 switch (proto) { in hisi_spi_nor_get_if_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_com.h706 * @proto: The protocol to configure.
717 enum ena_admin_flow_hash_proto proto,
733 * @proto: The protocol to retrieve.
744 enum ena_admin_flow_hash_proto proto,
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c349 static int aq_ndo_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, in aq_ndo_vlan_rx_add_vid() argument
362 static int aq_ndo_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, in aq_ndo_vlan_rx_kill_vid() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c320 fltr_info->ip.v4.proto = ip_proto; in ice_arfs_build_entry()
329 fltr_info->ip.v6.proto = ip_proto; in ice_arfs_build_entry()
/kernel/linux/linux-6.6/include/net/
H A Droute.h169 __u8 proto, __u8 tos, int oif) in ip_route_output_ports()
172 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
165 ip_route_output_ports(struct net *net, struct flowi4 *fl4, const struct sock *sk, __be32 daddr, __be32 saddr, __be16 dport, __be16 sport, __u8 proto, __u8 tos, int oif) ip_route_output_ports() argument
/kernel/linux/linux-6.6/drivers/block/
H A Dps3disk.c53 u32 proto; member
350 ata_cmnd.proto = PIO_DATA_IN_PROTO; in ps3disk_identify()
/kernel/linux/linux-6.6/include/soc/mscc/
H A Docelot_vcap.h549 struct ocelot_vcap_u8 proto; /* Protocol */ member
567 struct ocelot_vcap_u8 proto; /* IPv6 protocol */ member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c65 * proto - SLIMPRO_IIC_SMB_PROTOCOL or SLIMPRO_IIC_I2C_PROTOCOL
69 #define SLIMPRO_IIC_ENCODE_MSG(dev, chip, op, proto, addrlen, datalen) \
76 ((proto << SLIMPRO_IIC_PROTO_SHIFT) & SLIMPRO_IIC_PROTO_MASK) | \
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dserio_raw.c413 .proto = SERIO_ANY,
419 .proto = SERIO_ANY,
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_event.c130 pkt.whdr.epoch = htonl(conn->proto.epoch); in rxrpc_conn_retransmit_call()
131 pkt.whdr.cid = htonl(conn->proto.cid | channel); in rxrpc_conn_retransmit_call()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mpls.c395 entry->mpls_push.proto = tcf_mpls_proto(act); in tcf_mpls_offload_act_setup()
403 entry->mpls_pop.proto = tcf_mpls_proto(act); in tcf_mpls_offload_act_setup()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh498 local proto=$1; shift
503 tc filter del dev $dev egress protocol $proto pref $pref handle $handle flower
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsrv6_hl2encap_red_l2vpn_test.sh531 local proto="$4"
537 if [ "${proto}" -eq 6 ]; then
H A Dtap.c221 size_t build_eth(uint8_t *buf, uint16_t proto) in build_eth() argument
225 eth->h_proto = htons(proto); in build_eth()

Completed in 21 milliseconds

1...<<41424344454647484950>>...124