Searched refs:tos (Results 251 - 275 of 303) sorted by relevance

<<111213

/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c435 core_writel(priv, ip.key->tos << IPTOS_SHIFT |
/linux-master/arch/x86/events/
H A Dperf_event.h968 int tos; member in struct:x86_perf_task_context
/linux-master/drivers/net/
H A Damt.c542 iph->tos = AMT_TOS;
680 iph->tos = AMT_TOS;
771 iph->tos = AMT_TOS;
2618 iph->tos = AMT_TOS;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c356 iph->tos = 1;
H A Dxdp_synproxy_kern.c548 hdr->ipv4->tos = 0;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h893 u8 tos; member in struct:c4iw_ep
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_tx.c245 switch (ip->tos & 0xfc) {
/linux-master/net/ipv4/
H A Dudp.c1057 u8 tos, scope; local
1181 tos = get_rttos(&ipc, inet);
1218 flowi4_init_output(fl4, ipc.oif, ipc.sockc.mark, tos, scope,
2605 iph->tos & IPTOS_RT_MASK,
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c635 &fs->h_u.usr_ip4_spec.tos,
636 &fs->m_u.usr_ip4_spec.tos,
637 sizeof(fs->h_u.usr_ip4_spec.tos));
1383 VALIDATE_MASK(l4_mask->tos)) {
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c2286 int tos; local
2306 for (tos = 0; tos < DIFFSERV_ENTRIES; tos++)
2307 sw->diffserv[tos] = 0;
/linux-master/drivers/infiniband/hw/irdma/
H A Dctrl.c673 !(udp->tos & 0x03))
674 udp->tos |= ECN_CODE_PT_VAL;
678 FIELD_PREP(IRDMAQPC_TTL, udp->ttl) | FIELD_PREP(IRDMAQPC_TOS, udp->tos) |
970 if ((iw->ecn_en || iw->dctcp_en) && !(tcp->tos & 0x03))
971 tcp->tos |= ECN_CODE_PT_VAL;
975 FIELD_PREP(IRDMAQPC_TOS, tcp->tos) |
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1173 DSCP_V(csk->tos >> 2) |
1320 csk->tos = PASS_OPEN_TOS_G(ntohl(req->tos_stid));
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1041 DSCP_V(csk->tos >> 2) |
1224 csk->tos = PASS_OPEN_TOS_G(ntohl(req->tos_stid));
1308 __u8 ip_dsfield; /* IPv4 tos or IPv6 dsfield */
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c372 MAP_KEY_AND_MASK(IP, ip, tos, ip_tos);
423 MAP_ENC_KEY_AND_MASK(IP, ip, enc_ip, tos, enc_ip_tos);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1638 unsupp_mask = !!fs->m_u.tcp_ip4_spec.tos;
1647 !!fs->m_u.usr_ip4_spec.tos ||
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1365 if (cmd->fs.m_u.tcp_ip4_spec.tos)
1377 if (l3_mask->l4_4_bytes || l3_mask->tos || l3_mask->proto ||
/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh1187 UDP:"${dst1}":50000,tos="${dsfield}"
1191 UDP:"${dst2}":50000,tos="${dsfield}"
H A Dgro.c695 /* Packets with different tos don't coalesce.*/
708 iph->tos = 1;
1051 printf("different tos doesn't coalesce: ");
/linux-master/drivers/nvme/host/
H A Drdma.c1826 if (ctrl->opts->tos >= 0)
1827 rdma_set_service_type(queue->cm_id, ctrl->opts->tos);
H A Dtcp.c1699 if (nctrl->opts->tos >= 0)
1700 ip_sock_set_tos(queue->sock->sk, nctrl->opts->tos);
/linux-master/net/ipv6/
H A Dip6_gre.c783 dsfield = key->tos;
1009 dsfield = key->tos;
/linux-master/net/core/
H A Dfib_rules.c1125 if (frh->dst_len || frh->src_len || frh->tos || frh->table ||
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c1238 iph->tos = dsfield;
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c405 iph->tos = 0;
/linux-master/include/uapi/linux/
H A Dbpf.h7161 __u8 tos; /* AF_INET */ member in union:bpf_fib_lookup::__anon2699

Completed in 353 milliseconds

<<111213