/openbmc/linux/drivers/input/keyboard/ |
H A D | newtonkbd.c | 129 .proto = SERIO_NEWTON,
|
/openbmc/linux/drivers/input/joystick/ |
H A D | magellan.c | 185 .proto = SERIO_MAGELLAN,
|
H A D | stinger.c | 171 .proto = SERIO_STINGER,
|
/openbmc/u-boot/include/ |
H A D | net.h | 589 u16 pkt_len, u8 proto); 673 int payload_len, int proto, u8 action, u32 tcp_seq_num,
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 136 const char * const port, int proto) in sock_connect_mptcp() argument 149 sock = socket(a->ai_family, a->ai_socktype, proto); in sock_connect_mptcp()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 349 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
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_com.h | 717 enum ena_admin_flow_hash_proto proto, 744 enum ena_admin_flow_hash_proto proto,
|
/openbmc/linux/net/sched/ |
H A D | act_vlan.c | 366 entry->vlan.proto = tcf_vlan_push_proto(act); in tcf_vlan_offload_act_setup() 375 entry->vlan.proto = tcf_vlan_push_proto(act); in tcf_vlan_offload_act_setup()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot_vcap.h | 549 struct ocelot_vcap_u8 proto; /* Protocol */ member 567 struct ocelot_vcap_u8 proto; /* IPv6 protocol */ member
|
/openbmc/linux/include/net/ |
H A D | route.h | 169 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() argument 172 RT_SCOPE_UNIVERSE, proto, in ip_route_output_ports()
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_event.c | 130 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()
|
H A D | txbuf.c | 37 txb->wire.epoch = htonl(call->conn->proto.epoch); in rxrpc_alloc_txbuf()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 493 __be16 proto, u16 vid) in mlx5e_fs_vlan_rx_add_vid() argument 501 if (be16_to_cpu(proto) == ETH_P_8021Q) in mlx5e_fs_vlan_rx_add_vid() 503 else if (be16_to_cpu(proto) == ETH_P_8021AD) in mlx5e_fs_vlan_rx_add_vid() 511 __be16 proto, u16 vid) in mlx5e_fs_vlan_rx_kill_vid() argument 518 if (be16_to_cpu(proto) == ETH_P_8021Q) { in mlx5e_fs_vlan_rx_kill_vid() 521 } else if (be16_to_cpu(proto) == ETH_P_8021AD) { in mlx5e_fs_vlan_rx_kill_vid()
|
H A D | en_fs_ethtool.c | 267 if (l3_mask->proto) { in parse_ip4() 268 MLX5E_FTE_SET(headers_c, ip_protocol, l3_mask->proto); in parse_ip4() 269 MLX5E_FTE_SET(headers_v, ip_protocol, l3_val->proto); in parse_ip4() 604 if (l3_mask->proto) in validate_ip4()
|
/openbmc/linux/net/nfc/ |
H A D | digital_technology.c | 746 u8 proto; in digital_in_recv_sensf_res() local 783 proto = NFC_PROTO_NFC_DEP; in digital_in_recv_sensf_res() 785 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res() 787 rc = digital_target_found(ddev, &target, proto); in digital_in_recv_sensf_res()
|
/openbmc/u-boot/net/ |
H A D | net.c | 832 int payload_len, int proto, u8 action, u32 tcp_seq_num, in net_send_ip_packet() argument 856 switch (proto) { in net_send_ip_packet() 1504 u16 pkt_len, u8 proto) in net_set_ip_header() argument 1515 ip->ip_p = proto; in net_set_ip_header()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 52 static int libbpf_netlink_open(__u32 *nl_pid, int proto) in libbpf_netlink_open() argument 62 sock = socket(AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, proto); in libbpf_netlink_open() 223 int proto, __dump_nlmsg_t parse_msg, in libbpf_netlink_send_recv() argument 230 sock = libbpf_netlink_open(&nl_pid, proto); in libbpf_netlink_send_recv()
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 330 static int ipvlan_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ipvlan_vlan_rx_add_vid() argument 335 return vlan_vid_add(phy_dev, proto, vid); in ipvlan_vlan_rx_add_vid() 338 static int ipvlan_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, in ipvlan_vlan_rx_kill_vid() argument 344 vlan_vid_del(phy_dev, proto, vid); in ipvlan_vlan_rx_kill_vid()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 562 static int efx_vlan_rx_add_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_add_vid() argument 567 return efx->type->vlan_rx_add_vid(efx, proto, vid); in efx_vlan_rx_add_vid() 572 static int efx_vlan_rx_kill_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_kill_vid() argument 577 return efx->type->vlan_rx_kill_vid(efx, proto, vid); in efx_vlan_rx_kill_vid()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_standalone.c | 249 static const char* l3proto_name(u16 proto) in l3proto_name() argument 251 switch (proto) { in l3proto_name() 259 static const char* l4proto_name(u16 proto) in l4proto_name() argument 261 switch (proto) { in l4proto_name()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 67 proto = strtoul(optarg, NULL, 0);
|
/openbmc/linux/include/linux/ceph/ |
H A D | auth.h | 130 int *proto, int *pref_mode, int *fallb_mode);
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | meson.build | 58 input: 'metricblob.proto',
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | rt_addr.yaml | 119 name: ifa-proto
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_rdma.h | 84 enum protocol_type proto; member
|