/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | gre_custom_multipath_hash.sh | 26 # | 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 D | ip6gre_custom_multipath_hash.sh | 26 # | 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 \
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 2177 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n" in show_iprule_help() 2186 {"order", 2}, {"priority", 2}, {"tos", 3}, {"dsfield", 3}, {"fwmark", 4}, in ruleupdate() 2243 uint32_t tos; in ruleupdate() local 2245 if ((tos = idxfromRPDB(*argv, RPDB_rtdsfield)) < 0) in ruleupdate() 2247 request.msg.rtm_tos = tos; in ruleupdate() 2364 printf("tos %s ", namefromRPDB(msg->rtm_tos, RPDB_rtdsfield)); in show_rules() 2426 " [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]"); in show_iptunnel_help() 2474 if (ptnl->iph.tos) { in display_tunnel() 2475 printf(" tos"); in display_tunnel() 2476 if (ptnl->iph.tos in display_tunnel() [all...] |
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_message.c | 192 uint32_t tos = (flags == FLAG_BYTES) ? BYTE_TOS : MESSAGE_TOS; in TransTdcProcessPostData() local 194 tos = (flags == FLAG_BYTES) ? COLLABORATE_BYTE_TOS : MESSAGE_TOS; in TransTdcProcessPostData() 196 if (SetIpTos(channel->detail.fd, tos) != SOFTBUS_OK) { in TransTdcProcessPostData()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow.c | 258 key->ip.tos = ipv6_get_dsfield(nh); in parse_ipv6hdr() 557 key->ip.tos = nh->tos; in key_extract_l3l4()
|
H A D | flow.h | 90 u8 tos; /* IP ToS. */ member
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | rds.h | 576 u8 (*get_tos_map)(u8 tos); 768 u8 tos, gfp_t gfp, 774 u8 tos, gfp_t gfp, int dev_if);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool.h | 841 * @tos: Type-of-service 850 __u8 tos; member 858 * @tos: Type-of-service 866 __u8 tos; member 876 * @tos: Type-of-service 884 __u8 tos; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 101 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()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool.h | 972 * @tos: Type-of-service 981 __u8 tos; member 989 * @tos: Type-of-service 997 __u8 tos; member 1007 * @tos: Type-of-service 1015 __u8 tos; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 102 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()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | rds.h | 576 u8 (*get_tos_map)(u8 tos); 768 u8 tos, gfp_t gfp, 774 u8 tos, gfp_t gfp, int dev_if);
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 307 __u8 tos; member 313 __u8 tos; member 320 __u8 tos; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 307 __u8 tos; member 313 __u8 tos; member 320 __u8 tos; member
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_client_stub.h | 61 int32_t OnClientTransLimitChange(int32_t channelId, uint8_t tos) override;
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.h | 124 bool SetIpTos(int fd, const StreamAttr &tos);
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_bridge_1q_lag.sh | 34 # | | \ tos=inherit | 138 ttl 100 tos inherit
|
H A D | mirror_gre_lag_lacp.sh | 28 # | tos=inherit | | 147 ttl 100 tos inherit
|
H A D | mirror_gre_changes.sh | 174 ttl 100 tos inherit $flags
|
H A D | pedit_dsfield.sh | 132 -a own -b $h2mac -q -t tcp tos=0x7d,sp=54321,dp=12345
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_l3s.c | 55 ip4h->tos, sdev); in ipvlan_l3_rcv()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm_kern.h | 127 pkti->ecn = iph.tos & INET_ECN_MASK; in hbm_get_pkt_info()
|
H A D | xdp_tx_iptunnel_kern.c | 134 iph->tos = 0; in handle_ipv4()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | udp_tunnel.h | 143 __be32 src, __be32 dst, __u8 tos, __u8 ttl,
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_pack.h | 214 u8 tos; member
|