Searched refs:tos (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/linux-master/net/xfrm/
H A Dxfrm_input.c230 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos))
248 ipv4_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipip_hdr(skb));
267 if (INET_ECN_is_ce(XFRM_MODE_SKB_CB(skb)->tos))
285 ipv6_copy_dscp(XFRM_MODE_SKB_CB(skb)->tos, ipipv6_hdr(skb));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c134 iph->tos = 0;
H A Dtest_xdp_loop.c130 iph->tos = 0;
H A Dtest_xdp_dynptr.c142 iph->tos = 0;
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c180 tw->tw_tos = inet->tos;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c261 unsupported(fconf, TOS_F, fs->val.tos, fs->mask.tos) ||
899 fwr->ttyp = f->fs.val.tos;
900 fwr->ttypm = f->fs.mask.tos;
1078 if (fs->val.tos && !fs->mask.tos)
1079 fs->mask.tos |= ~0;
1213 ntuple_mask |= (u64)fs->mask.tos << tp->tos_shift;
1259 if (tp->tos_shift >= 0 && fs->mask.tos)
1260 ntuple |= (u64)(fs->val.tos) << t
[all...]
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c343 &match->tos, &mask->tos,
344 sizeof(match->tos));
444 &fs->h_u.usr_ip4_spec.tos,
445 &fs->m_u.usr_ip4_spec.tos,
446 sizeof(fs->h_u.usr_ip4_spec.tos));
/linux-master/net/sctp/
H A Dprotocol.c429 u8 tos = READ_ONCE(inet_sk(sk)->tos); local
432 tos = t->dscp & SCTP_DSCP_VAL_MASK;
438 fl4->flowi4_tos = RT_TOS(tos);
577 return INET_ECN_is_ce(ip_hdr(skb)->tos);
1060 __u8 dscp = READ_ONCE(inet->tos);
/linux-master/drivers/infiniband/core/
H A Dcma.c2657 id->tos = id_priv->tos;
2722 dev_id_priv->tos = id_priv->tos;
2765 void rdma_set_service_type(struct rdma_cm_id *id, int tos) argument
2771 id_priv->tos = (u8) tos;
2950 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos);
3223 static int iboe_tos_to_sl(struct net_device *ndev, int tos) argument
3226 int prio = rt_tos2priority(tos);
3279 u8 tos; local
[all...]
/linux-master/net/rds/
H A Dtcp.c260 tsinfo.tos = tc->t_cpath->cp_conn->c_tos;
446 static u8 rds_tcp_get_tos_map(u8 tos) argument
448 /* all user tos mapped to default 0 for TCP transport */
/linux-master/net/core/
H A Dlwt_bpf.c97 iph->tos, dev);
207 fl4.flowi4_tos = RT_TOS(iph->tos);
/linux-master/drivers/net/slip/
H A Dslhc.c354 || ip->tos != cs->cs_ip.tos
/linux-master/tools/testing/selftests/net/forwarding/
H A Dq_in_vni_ipv6.sh150 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
H A Dq_in_vni.sh151 nolearning noudpcsum tos inherit ttl 100
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dvxlan_flooding_ipv6.sh64 udp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_selftest.c129 iph->tos = 0;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dvxlan_flooding_ipv6.sh64 udp6zerocsumrx udp6zerocsumtx ttl 20 tos inherit \
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_flooding.sh64 ttl 20 tos inherit local 198.51.100.1 dstport 4789
H A Dingress_rif_conf_vxlan.sh96 nolearning noudpcsum tos inherit ttl 100
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h233 u8 tos; member in struct:cxgbit_sock
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c949 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab);
963 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab);
/linux-master/net/ipv6/
H A Dxfrm6_policy.c26 static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, int oif, argument
/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c178 niph->tos = 0;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_if.h280 u8 tos; member in struct:cnic_sock
/linux-master/net/openvswitch/
H A Dflow.c403 key->ip.tos = ipv6_get_dsfield(nh);
707 key->ip.tos = nh->tos;

Completed in 252 milliseconds

1234567891011>>