Searched refs:tos (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh143 tos inherit ttl 100
651 local tos=$1; shift
656 flower ip_tos $tos ip_proto udp dst_port $VXPORT action pass
661 log_test "VXLAN: ECN encap: $q->$tos"
687 -t udp tos=$outer_tos,sp=23456,dp=$VXPORT,p=$(:
H A Ddual_vxlan_bridge.sh153 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100
165 dstport "$VXPORT" nolearning noudpcsum tos inherit ttl 100
H A Dgre_custom_multipath_hash.sh26 # | tos=inherit | |
64 # | tos=inherit |
106 tunnel_create g1 gre 192.0.2.1 192.0.2.2 tos inherit dev v$ol1
188 tunnel_create g2 gre 192.0.2.2 192.0.2.1 tos inherit dev v$ol4
H A Dip6gre_custom_multipath_hash.sh26 # | tos=inherit | |
64 # | tos=inherit |
106 tunnel_create g1 ip6gre 2001:db8:3::1 2001:db8:3::2 tos inherit \
189 tunnel_create g2 ip6gre 2001:db8:3::2 2001:db8:3::1 tos inherit \
H A Dmirror_gre_lag_lacp.sh28 # | tos=inherit | |
147 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_bridge_1q_lag.sh34 # | | \ tos=inherit |
138 ttl 100 tos inherit
H A Dmirror_gre_changes.sh174 ttl 100 tos inherit $flags
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c167 int payload_len, uint8_t tos)
173 iph->tos = tos;
165 build_ipv4_header(void *header, uint8_t proto, uint32_t src, uint32_t dst, int payload_len, uint8_t tos) argument
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c228 __u8 tos, __u8 ttl, __be16 df, bool xnet)
248 iph->tos = tos;
226 prepare_ipv4_hdr(struct dst_entry *dst, struct sk_buff *skb, __be32 saddr, __be32 daddr, __u8 proto, __u8 tos, __u8 ttl, __be16 df, bool xnet) argument
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c288 u32 tos = (fxsave->swd >> 11) & 7; local
296 st = FPREG_ADDR(fxsave, (i - tos) & 7);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1656 ((struct iphdr *)oiph)->tos);
2346 __u8 tos, ttl; local
2394 tos = vxlan->cfg.tos;
2395 if (tos == 1)
2396 tos = ip_tunnel_get_dsfield(old_iph, skb);
2397 if (tos && !info)
2435 tos = info->key.tos;
2453 tos, use_cach
[all...]
/linux-master/net/bridge/netfilter/
H A Debt_log.c107 pr_cont(" IP SRC=%pI4 IP DST=%pI4, IP tos=0x%02X, IP proto=%d",
108 &ih->saddr, &ih->daddr, ih->tos, ih->protocol);
/linux-master/samples/bpf/
H A Dhbm_kern.h125 pkti->ecn = iph.tos & INET_ECN_MASK;
H A Dxdp_tx_iptunnel_kern.c134 iph->tos = 0;
/linux-master/net/ipv4/
H A Dxfrm4_protocol.c79 iph->tos, skb->dev))
H A Dtcp_ipv4.c878 arg.tos = ip_hdr(skb)->tos;
922 int reply_flags, u8 tos, u32 txhash)
998 arg.tos = tos;
1152 ip_hdr(skb)->tos,
1174 u8 tos; local
1185 tos = READ_ONCE(inet_sk(sk)->tos);
1188 tos
918 tcp_v4_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_key *key, int reply_flags, u8 tos, u32 txhash) argument
[all...]
/linux-master/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c113 fl4.flowi4_tos = iph->tos & DSCP_BITS;
/linux-master/include/rdma/
H A Dib_pack.h219 u8 tos; member in struct:ib_unpacked_ip4
/linux-master/net/openvswitch/
H A Dflow.h103 u8 tos; /* IP ToS. */ member in struct:sw_flow_key::__anon4682::__anon4683
/linux-master/drivers/net/ipvlan/
H A Dipvlan_l3s.c55 ip4h->tos, sdev);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c547 match.key->tos & 0x3,
548 match.mask->tos & 0x3);
551 match.key->tos >> 2,
552 match.mask->tos >> 2);
/linux-master/include/net/
H A Dflow_dissector.h234 * @tos: tos
238 __u8 tos; member in struct:flow_dissector_key_ip
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c255 fs->val.tos = match.key->tos;
256 fs->mask.tos = match.mask->tos;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h151 u8 tos; member in struct:ice_ipv4_hdr

Completed in 250 milliseconds

1234567891011>>