Searched refs:tos (Results 101 - 125 of 303) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h82 __u8 tos; member in struct:ip6t_ip6
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric.sh173 nolearning noudpcsum tos inherit ttl 100
181 nolearning noudpcsum tos inherit ttl 100
323 nolearning noudpcsum tos inherit ttl 100
331 nolearning noudpcsum tos inherit ttl 100
H A Dvxlan_symmetric.sh183 nolearning noudpcsum tos inherit ttl 100
191 nolearning noudpcsum tos inherit ttl 100
207 nolearning noudpcsum tos inherit ttl 100
354 nolearning noudpcsum tos inherit ttl 100
362 nolearning noudpcsum tos inherit ttl 100
370 nolearning noudpcsum tos inherit ttl 100
H A Dvxlan_symmetric_ipv6.sh185 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
193 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
207 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
355 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
363 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
371 nolearning udp6zerocsumrx udp6zerocsumtx tos inherit ttl 100
H A Dvxlan_bridge_1d.sh138 nolearning noudpcsum tos inherit ttl 100
530 local tos=$1; shift
535 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
540 log_test "VXLAN: ECN encap: $q->$tos"
564 -t udp tos=$outer_tos,sp=23456,dp=$VXPORT,p=$(:
/linux-master/include/rdma/
H A Drdma_cm.h314 * @tos: Type of service.
322 void rdma_set_service_type(struct rdma_cm_id *id, int tos);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c103 ip4h->tos = 0xff;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre_scale.sh24 # | | : tos=inherit |
33 # | tos=inherit |
71 ttl 100 tos inherit allow-localremote
H A Ddevlink_trap_tunnel_vxlan.sh73 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100
176 -t udp sp=12345,dp=$VXPORT,tos=$outer_tos,p=$payload -q &
H A Ddevlink_trap_tunnel_vxlan_ipv6.sh74 tos inherit ttl 100
181 sp=12345,dp=$VXPORT,tos=$outer_tos,p=$payload -q &
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h102 u8 tos; member in struct:ice_tc_l3_hdr
H A Dice_ethtool_fdir.c144 fsp->h_u.usr_ip4_spec.tos = rule->ip.v4.tos;
152 fsp->m_u.usr_ip4_spec.tos = rule->mask.v4.tos;
929 if (tcp_ip4_spec->tos)
1009 if (usr_ip4_spec->tos)
1778 input->ip.v4.tos = fsp->h_u.usr_ip4_spec.tos;
1784 input->mask.v4.tos = fsp->m_u.usr_ip4_spec.tos;
[all...]
/linux-master/drivers/staging/rtl8712/
H A Dxmit_linux.c77 /*user_priority = (ntohs(ip_hdr.tos) >> 5) & 0x3 ;*/
78 user_priority = ip_hdr.tos >> 5;
/linux-master/net/ipv4/
H A Dip_forward.c160 skb->priority = rt_tos2priority(iph->tos);
H A Dxfrm4_input.c36 iph->tos, skb->dev))
H A Dip_sockglue.c71 put_cmsg(msg, SOL_IP, IP_TOS, 1, &ip_hdr(skb)->tos);
317 ipc->tos = val;
318 ipc->priority = rt_tos2priority(ipc->tos);
588 u8 old_tos = inet_sk(sk)->tos;
595 WRITE_ONCE(inet_sk(sk)->tos, val);
1600 val = READ_ONCE(inet->tos);
1675 int tos = READ_ONCE(inet->rcv_tos); local
1676 put_cmsg(&msg, SOL_IP, IP_TOS, sizeof(tos), &tos);
/linux-master/tools/testing/selftests/net/
H A Dcmsg_ipv6.sh70 ip -6 -netns $NS rule add tos $TOS lookup 300
/linux-master/drivers/nvme/host/
H A Dfabrics.h109 * @tos: type of service
138 int tos; member in struct:nvmf_ctrl_options
/linux-master/include/net/
H A Dudp_tunnel.h151 __be32 src, __be32 dst, __u8 tos, __u8 ttl,
170 __be16 sport, __be16 dport, u8 tos,
H A Dinet_sock.h173 __s16 tos; member in struct:inet_cork
202 * @tos - TOS
228 __u8 tos; member in struct:inet_sock
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c796 DSCP_V(ep->tos >> 2) |
2012 DSCP_V(ep->tos >> 2) |
2073 bool clear_mpa_v1, enum chip_type adapter_type, u8 tos)
2103 n, pdev, rt_tos2priority(tos));
2124 n, pdev, rt_tos2priority(tos));
2206 raddr->sin_port, ep->com.cm_id->tos);
2216 ep->com.cm_id->tos,
2228 ep->com.cm_id->tos);
2239 ep->tos = ep->com.cm_id->tos;
2071 import_ep(struct c4iw_ep *ep, int iptype, __u8 *peer_ip, struct dst_entry *dst, struct c4iw_dev *cdev, bool clear_mpa_v1, enum chip_type adapter_type, u8 tos) argument
2525 u8 tos; local
3924 build_cpl_pass_accept_req(struct sk_buff *skb, int stid , u8 tos) argument
[all...]
/linux-master/drivers/net/
H A Dgeneve.c305 ((struct iphdr *)oiph)->tos);
801 dsfield = info->key.tos;
819 __u8 tos, ttl; local
832 tos = geneve_get_dsfield(skb, dev, info, &use_cache);
837 sport, geneve->cfg.info.key.tp_dst, tos,
877 tos = ip_tunnel_ecn_encap(tos, ip_hdr(skb), skb);
911 tos, ttl, df, sport, geneve->cfg.info.key.tp_dst,
1070 u8 tos; local
1076 tos
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c488 set_tun->tos = ip_tun->key.tos;
609 case round_down(offsetof(struct iphdr, tos), 4):
615 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: invalid pedit IPv4 tos action");
619 set_ip_ttl_tos->ipv4_tos_mask |= tos_word_mask->tos;
620 set_ip_ttl_tos->ipv4_tos &= ~tos_word_mask->tos;
621 set_ip_ttl_tos->ipv4_tos |= tos_word->tos & tos_word_mask->tos;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.c53 if (fltr->ip_mask.tos && fltr->ip_mask.tos != U8_MAX)
320 if (fltr->ip_mask.tos == U8_MAX) {
321 iph->tos = fltr->ip_data.tos;
/linux-master/net/rds/
H A Daf_rds.c258 rds_tos_t utos, tos = 0; local
267 tos = rs->rs_transport->get_tos_map(utos);
276 rs->rs_tos = tos;
281 tos = rs->rs_tos;
283 if (put_user(tos, (rds_tos_t __user *)arg))

Completed in 264 milliseconds

1234567891011>>