Home
last modified time | relevance | path

Searched refs:tos (Results 151 – 175 of 316) sorted by relevance

12345678910>>...13

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c255 fs->val.tos = match.key->tos; in cxgb4_process_flow_match()
256 fs->mask.tos = match.mask->tos; in cxgb4_process_flow_match()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c659 match.mask->tos) { in otx2_tc_prepare_flow()
667 flow_spec->tos = match.key->tos; in otx2_tc_prepare_flow()
668 flow_mask->tos = match.mask->tos; in otx2_tc_prepare_flow()
/openbmc/linux/samples/bpf/
H A Dhbm_kern.h125 pkti->ecn = iph.tos & INET_ECN_MASK; in hbm_get_pkt_info()
H A Dxdp_tx_iptunnel_kern.c134 iph->tos = 0; in handle_ipv4()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c55 ip4h->tos, sdev); in ipvlan_l3_rcv()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h107 u8 tos; member
H A Dice_protocol_type.h151 u8 tos; member
/openbmc/linux/net/bridge/netfilter/
H A Debt_log.c108 &ih->saddr, &ih->daddr, ih->tos, ih->protocol); in ebt_log_packet()
/openbmc/linux/net/openvswitch/
H A Dflow.h103 u8 tos; /* IP ToS. */ member
/openbmc/linux/include/net/
H A Dflow_dissector.h238 __u8 tos; member
/openbmc/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c113 fl4.flowi4_tos = iph->tos & DSCP_BITS; in nft_fib4_eval()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c101 if ((match.mask->tos & 0x3) != 0) { in dpaa2_switch_flower_parse_key()
107 acl_h->l3_dscp = match.key->tos >> 2; in dpaa2_switch_flower_parse_key()
108 acl_m->l3_dscp = match.mask->tos >> 2; in dpaa2_switch_flower_parse_key()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c102 flow4.flowi4_tos = encap->key.tos; in efx_bind_neigh()
110 flow6.flowlabel = ip6_make_flowinfo(encap->key.tos, in efx_bind_neigh()
294 ip6_flow_hdr(ip, key->tos, key->label); in efx_gen_tun_header_ipv6()
/openbmc/linux/drivers/infiniband/core/
H A Dcma.c2659 id->tos = id_priv->tos; in cma_iw_listen()
2724 dev_id_priv->tos = id_priv->tos; in cma_listen_on_dev()
2767 void rdma_set_service_type(struct rdma_cm_id *id, int tos) in rdma_set_service_type() argument
2773 id_priv->tos = (u8) tos; in rdma_set_service_type()
2952 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos); in cma_query_ib_route()
3228 int prio = rt_tos2priority(tos); in iboe_tos_to_sl()
3281 u8 tos; in cma_resolve_iboe_route() local
3284 tos = id_priv->tos_set ? id_priv->tos : default_roce_tos; in cma_resolve_iboe_route()
3318 route->path_rec->sl = iboe_tos_to_sl(ndev, tos); in cma_resolve_iboe_route()
3319 route->path_rec->traffic_class = tos; in cma_resolve_iboe_route()
[all …]
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c296 .flowi4_tos = ip_hdr(skb)->tos & IPTOS_RT_MASK, in fib_compute_spec_dst()
345 u8 tos, int oif, struct net_device *dev, in __fib_validate_source() argument
360 fl4.flowi4_tos = tos; in __fib_validate_source()
422 u8 tos, int oif, struct net_device *dev, in fib_validate_source() argument
451 return __fib_validate_source(skb, src, dst, tos, oif, dev, r, idev, itag); in fib_validate_source()
H A Dxfrm4_protocol.c79 iph->tos, skb->dev)) in xfrm4_rcv_encap()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lag_lacp.sh147 ttl 100 tos inherit
H A Dpedit_dsfield.sh134 -a own -b $h2mac -q -t tcp tos=0x7d,sp=54321,dp=12345
H A Dmirror_gre_changes.sh174 ttl 100 tos inherit $flags
H A Dmirror_gre_bridge_1q_lag.sh138 ttl 100 tos inherit
/openbmc/linux/Documentation/networking/
H A Dpktgen.rst224 pgset "tos XX" set former IPv4 TOS field (e.g. "tos 28" for AF11 no ECN, default 00)
328 tos (ipv4)
/openbmc/linux/drivers/net/slip/
H A Dslhc.c354 || ip->tos != cs->cs_ip.tos in slhc_compress()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_loop.c129 iph->tos = 0; in handle_ipv4()
H A Dtest_xdp.c133 iph->tos = 0; in handle_ipv4()
/openbmc/linux/include/rdma/
H A Dib_pack.h219 u8 tos; member

12345678910>>...13