/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 668 skb->protocol = ((struct ipoib_header *) skb->data)->proto; in ipoib_cm_handle_rx_wc()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 2184 static struct proto hci_sk_proto = {
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 2828 __u16 proto; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 1347 qlcnic_vlan_rx_add(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_add() argument 1367 qlcnic_vlan_rx_del(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_del() argument
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2034 __be16 proto, u16 vid) in ixgbevf_vlan_rx_add_vid() argument 2064 __be16 proto, u16 vid) in ixgbevf_vlan_rx_kill_vid() argument
|
/openbmc/linux/net/tipc/ |
H A D | socket.c | 167 static struct proto tipc_proto; 3426 static struct proto tipc_proto = {
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 2563 __be16 proto __attribute__((unused)), in liquidio_vlan_rx_add_vid() argument 2592 __be16 proto __attribute__((unused)), in liquidio_vlan_rx_kill_vid() argument
|
/openbmc/linux/sound/core/ |
H A D | pcm_native.c | 932 if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12) && in snd_pcm_sw_params() 949 if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12)) in snd_pcm_sw_params()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 3788 static struct proto mptcp_prot = { 4162 static struct proto mptcp_v6_prot;
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3480 int proto, fflags; in drbd_sync_handshake() local 3482 proto = hg & 0xff; in drbd_sync_handshake() 3485 proto, fflags); in drbd_sync_handshake()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 6969 static bool tcp_syn_flood_action(const struct sock *sk, const char *proto) in tcp_syn_flood_action() argument 6992 proto, inet6_rcv_saddr(sk), in tcp_syn_flood_action() 6996 proto, &sk->sk_rcv_saddr, in tcp_syn_flood_action()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 6396 enum dsa_tag_protocol proto) in mv88e6xxx_change_tag_protocol() argument 6403 switch (proto) { in mv88e6xxx_change_tag_protocol() 6422 chip->tag_protocol = proto; in mv88e6xxx_change_tag_protocol()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 6236 if (entry->addr.proto == htons(ETH_P_IP)) { in rtnl_validate_mdb_entry() 6247 } else if (entry->addr.proto == htons(ETH_P_IPV6)) { in rtnl_validate_mdb_entry() 6253 } else if (entry->addr.proto == 0) { in rtnl_validate_mdb_entry()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1427 __be16 proto = *((__be16 *)(skb->data + inner_ip_off - in bnxt_gro_func_5731x() local 1434 if (proto != htons(ETH_P_IP) && proto != htons(ETH_P_IPV6)) in bnxt_gro_func_5731x() 1463 __be16 proto = *((__be16 *)(skb->data + outer_ip_off - in bnxt_gro_func_5731x() local 1466 bnxt_gro_tunnel(skb, proto); in bnxt_gro_func_5731x() 1492 __be16 proto = *((__be16 *)(skb->data + outer_ip_off - in bnxt_gro_func_5750x() local 1495 bnxt_gro_tunnel(skb, proto); in bnxt_gro_func_5750x()
|
H A D | bnxt_tc.c | 94 actions->push_vlan_tpid = act->vlan.proto; in bnxt_tc_parse_vlan()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1348 uint32_t proto:PROTO_BITWIDTH; /* protocol type */ member
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.rst | 646 - rpcsvc-proto: upgrade 1.4.2 -> 1.4.3
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 314 ip_vs_svc_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_svc_hashkey() argument 329 return (proto ^ ahash ^ (porth >> IP_VS_SVC_TAB_BITS) ^ porth) & in ip_vs_svc_hashkey()
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | cs.po | 633 " regulátor ‚userspace‘, například protože není nahrán v jádře,\n"
|
/openbmc/linux/net/mac80211/ |
H A D | ieee80211_i.h | 2075 const u8 *dest, __be16 proto, bool unencrypted,
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 677 __entry->cid = conn ? conn->proto.cid : 0;
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge_main.c | 2300 static int qlge_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in qlge_vlan_rx_add_vid() argument 2331 static int qlge_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in qlge_vlan_rx_kill_vid() argument
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 2597 vmxnet3_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_add_vid() argument 2619 vmxnet3_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_kill_vid() argument
|
/openbmc/linux/drivers/net/usb/ |
H A D | lan78xx.c | 2616 __be16 proto, u16 vid) in lan78xx_vlan_rx_add_vid() argument 2635 __be16 proto, u16 vid) in lan78xx_vlan_rx_kill_vid() argument
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.c | 510 (a_in->vlan.proto & match.mask->vlan_tpid)) in nfp_ct_check_vlan_merge()
|