Home
last modified time | relevance | path

Searched refs:proto (Results 976 – 1000 of 1112) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1168 u8 ver, proto; in cxgb_select_queue() local
1171 proto = (ver == 6) ? ipv6_hdr(skb)->nexthdr : in cxgb_select_queue()
1179 (proto != IPPROTO_TCP && proto != IPPROTO_UDP)) in cxgb_select_queue()
2960 f->fs.val.proto = IPPROTO_TCP; in cxgb4_create_server_filter()
2961 f->fs.mask.proto = ~0; in cxgb4_create_server_filter()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c147 __be16 proto, u16 vid);
149 __be16 proto, u16 vid);
4945 __be16 proto, u16 vid) in e1000_vlan_rx_add_vid() argument
4971 __be16 proto, u16 vid) in e1000_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1846 static int ionic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in ionic_vlan_rx_add_vid() argument
1861 static int ionic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in ionic_vlan_rx_kill_vid() argument
2506 u8 qos, __be16 proto) in ionic_set_vf_vlan() argument
2520 if (proto != htons(ETH_P_8021Q)) in ionic_set_vf_vlan()
/openbmc/u-boot/arch/arm/dts/
H A Domap3.dtsi768 reg-names = "proto", "phy", "pll";
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst338 ethtool -N <ethX> flow-type ether proto 0x800 vlan 0x600 m 0x1FFF action 3 loc 16
/openbmc/linux/net/ipv4/
H A Draw.c921 struct proto raw_prot = {
H A Dping.c1001 struct proto ping_prot = {
/openbmc/linux/net/rxrpc/
H A Dar-internal.h464 struct rxrpc_conn_proto proto; member
/openbmc/docs/designs/
H A Dexternal-sensor.md249 [^16]: https://cr.yp.to/proto/utctai.html
/openbmc/linux/net/dccp/
H A Dipv6.c1040 static struct proto dccp_v6_prot = {
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c1617 if (info->proto == FST_RAW) in set_conf_from_info()
1706 info->proto = FST_GEN_HDLC; in gather_conf_info()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c1824 static int netcp_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_add_vid() argument
1851 static int netcp_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_kill_vid() argument
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c536 tmpl->proto.tmpl_padto = (char *)tmpl - (char *)p; in nf_ct_tmpl_alloc()
558 kfree((char *)tmpl - tmpl->proto.tmpl_padto); in nf_ct_tmpl_free()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1650 __be16 proto __attribute__((unused)), u16 vid) in liquidio_vlan_rx_add_vid() argument
1678 __be16 proto __attribute__((unused)), u16 vid) in liquidio_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2403 u8 proto = 0; in ibmvnic_xmit() local
2520 proto = ip_hdr(skb)->protocol; in ibmvnic_xmit()
2523 proto = ipv6_hdr(skb)->nexthdr; in ibmvnic_xmit()
2526 if (proto == IPPROTO_TCP) in ibmvnic_xmit()
2528 else if (proto == IPPROTO_UDP) in ibmvnic_xmit()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3380 fsp->h_u.usr_ip4_spec.proto = 0; in i40e_get_ethtool_fdir_entry()
3381 fsp->m_u.usr_ip4_spec.proto = 0; in i40e_get_ethtool_fdir_entry()
4482 if (usr_ip4_spec->proto) in i40e_check_fdir_input_set()
4903 input->ipl4_proto = fsp->h_u.usr_ip4_spec.proto; in i40e_add_fdir_ethtool()
/openbmc/linux/net/smc/
H A Daf_smc.c221 struct proto smc_proto = {
234 struct proto smc_proto6 = {
369 struct proto *prot; in smc_sock_alloc()
/openbmc/linux/crypto/
H A Daf_alg.c34 static struct proto alg_proto = {
/openbmc/linux/net/qrtr/
H A Daf_qrtr.c1254 static struct proto qrtr_proto = {
/openbmc/linux/Documentation/scsi/
H A Dlibsas.rst80 class, proto, type, role, oob_mode, linkrate
/openbmc/linux/net/llc/
H A Daf_llc.c153 static struct proto llc_proto = {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch213 if (!handle || !handle->proto || !handle->proto->uncompress_block || !chunk || !data)
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2119 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid() argument
2135 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1719 nfp_net_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in nfp_net_vlan_rx_add_vid() argument
1743 nfp_net_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in nfp_net_vlan_rx_kill_vid() argument
/openbmc/linux/drivers/dma/qcom/
H A Dgpi.c211 #define GPII_n_CH_k_SCRATCH_0(pair, proto, seid) \ argument
213 FIELD_PREP(GPII_n_CH_k_SCRATCH_0_PROTO, proto) | \

1...<<31323334353637383940>>...45