/openbmc/linux/net/ncsi/ |
H A D | ncsi-manage.c | 1647 int ncsi_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_add_vid() argument 1686 vlan->proto = proto; in ncsi_vlan_rx_add_vid() 1698 int ncsi_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_kill_vid() argument
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 342 proto = getattr(f, "proto", None) 343 if proto is not None: 344 uri = uri + "+" + proto
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | port.c | 88 static void sci_port_get_protocols(struct isci_port *iport, struct sci_phy_proto *proto) in sci_port_get_protocols() argument 92 proto->all = 0; in sci_port_get_protocols() 98 sci_phy_get_protocols(iphy, proto); in sci_port_get_protocols()
|
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 733 .proto = &astlpc_protocol_version[3], 1062 astlpc_layout_ctx.proto->packet_size(MCTP_PACKET_SIZE(hmtu))); in astlpc_test_negotiate_mtu_low_high() 1085 astlpc_layout_ctx.proto->packet_size(MCTP_PACKET_SIZE(bmtu))); in astlpc_test_negotiate_mtu_low_high()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | atkbd.c | 1416 .proto = SERIO_ANY, 1422 .proto = SERIO_ANY, 1428 .proto = SERIO_PS2SER,
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.c | 431 &fs->h_u.usr_ip4_spec.proto, in bcmasp_netfilt_wr_to_hw() 432 &fs->m_u.usr_ip4_spec.proto, in bcmasp_netfilt_wr_to_hw() 433 sizeof(fs->h_u.usr_ip4_spec.proto)); in bcmasp_netfilt_wr_to_hw()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 1162 u16 proto, ver; in hwcsum() local 1170 proto = (ver == 4) ? inner_ip_hdr(skb)->protocol : in hwcsum() 1174 proto = (ver == 4) ? ip_hdr(skb)->protocol : in hwcsum() 1179 if (proto == IPPROTO_TCP) in hwcsum() 1181 else if (proto == IPPROTO_UDP) in hwcsum() 1194 if (proto == IPPROTO_TCP) in hwcsum() 1196 else if (proto == IPPROTO_UDP) in hwcsum() 2208 u8 ver, proto; in write_eo_wr() local 2211 proto = (ver == 6) ? ipv6_hdr(skb)->nexthdr : ip_hdr(skb)->protocol; in write_eo_wr() 2234 if (proto == IPPROTO_UDP) { in write_eo_wr()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 358 u8 proto; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_bridge.h | 714 __be16 proto; member
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 4274 struct common_audit_data *ad, u8 *proto) in selinux_parse_skb_ipv4() argument 4292 if (proto) in selinux_parse_skb_ipv4() 4293 *proto = ih->protocol; in selinux_parse_skb_ipv4() 4372 struct common_audit_data *ad, u8 *proto) in selinux_parse_skb_ipv6() argument 4394 if (proto) in selinux_parse_skb_ipv6() 4395 *proto = nexthdr; in selinux_parse_skb_ipv6() 4458 char **_addrp, int src, u8 *proto) in selinux_parse_skb() argument 4465 ret = selinux_parse_skb_ipv4(skb, ad, proto); in selinux_parse_skb() 4474 ret = selinux_parse_skb_ipv6(skb, ad, proto); in selinux_parse_skb() 5755 u8 proto = 0; in selinux_ip_postroute_compat() local [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_intel.c | 556 init_speed = hu->proto->init_speed; in intel_setup() 561 oper_speed = hu->proto->oper_speed; in intel_setup()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 257 -t ip proto=2,p=$(igmpv3_is_in_get $GRP $IPs) -q 278 -t ip proto=2,p=$(igmpv2_leave_get $GRP) -q
|
H A D | lib.sh | 1446 local proto=$1; shift 1453 -a own -b $dmac -t "$proto" -q "$@" &
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1478 int (*vlan_rx_add_vid)(struct efx_nic *efx, __be16 proto, u16 vid); 1479 int (*vlan_rx_kill_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
|
/openbmc/linux/drivers/media/rc/ |
H A D | imon.c | 1661 enum rc_proto proto; in imon_incoming_packet() local 1664 proto = RC_PROTO_RC6_MCE; in imon_incoming_packet() 1666 proto = RC_PROTO_IMON; in imon_incoming_packet() 1670 rc_keydown(ictx->rdev, proto, ictx->rc_scancode, in imon_incoming_packet()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.c | 456 ctx->proto = type; in query_btf_context() 485 ctx->proto = NULL; in clear_btf_context() 631 if (ctx->proto->type == 0) { in parse_btf_arg() 635 tid = ctx->proto->type; in parse_btf_arg()
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 2855 u8 proto = 0; in bnad_txq_wi_prepare() local 2858 proto = ip_hdr(skb)->protocol; in bnad_txq_wi_prepare() 2862 proto = ipv6_hdr(skb)->nexthdr; in bnad_txq_wi_prepare() 2865 if (proto == IPPROTO_TCP) { in bnad_txq_wi_prepare() 2878 } else if (proto == IPPROTO_UDP) { in bnad_txq_wi_prepare() 3305 bnad_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in bnad_vlan_rx_add_vid() argument 3326 bnad_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in bnad_vlan_rx_kill_vid() argument
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | ethernet-driver.rst | 182 traffic based on a 5-tuple key: src IP, dst IP, IP proto, L4 src port,
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_object.c | 113 if (conn->proto.epoch != sp->hdr.epoch || in rxrpc_find_client_connection_rcu()
|
/openbmc/linux/include/linux/ |
H A D | mod_devicetable.h | 260 __u8 proto; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 1006 int mlx5e_vlan_rx_add_vid(struct net_device *dev, __always_unused __be16 proto, 1008 int mlx5e_vlan_rx_kill_vid(struct net_device *dev, __always_unused __be16 proto,
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 55 u16 proto) in lan966x_ptp_add_trap() argument 88 err |= vcap_val_rule(vrule, proto); in lan966x_ptp_add_trap()
|
/openbmc/linux/fs/debugfs/ |
H A D | file.c | 219 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ argument 220 static ret_type full_proxy_ ## name(proto) \
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1446 local proto=$1; shift 1453 -a own -b $dmac -t "$proto" -q "$@" &
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1446 local proto=$1; shift 1453 -a own -b $dmac -t "$proto" -q "$@" &
|