Home
last modified time | relevance | path

Searched refs:tos (Results 326 - 350 of 681) sorted by relevance

1...<<11121314151617181920>>...28

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
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 \
/third_party/toybox/toys/pending/
H A Dip.c2177 "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 Dclient_trans_tcp_direct_message.c192 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 Dflow.c258 key->ip.tos = ipv6_get_dsfield(nh); in parse_ipv6hdr()
557 key->ip.tos = nh->tos; in key_extract_l3l4()
H A Dflow.h90 u8 tos; /* IP ToS. */ member
/kernel/linux/linux-5.10/net/rds/
H A Drds.h576 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 Dethtool.h841 * @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 Ddpaa2-switch-flower.c101 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 Dethtool.h972 * @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 Dtc_encap_actions.c102 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 Drds.h576 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 Dethtool.h307 __u8 tos; member
313 __u8 tos; member
320 __u8 tos; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dethtool.h307 __u8 tos; member
313 __u8 tos; member
320 __u8 tos; member
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_client_stub.h61 int32_t OnClientTransLimitChange(int32_t channelId, uint8_t tos) override;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h124 bool SetIpTos(int fd, const StreamAttr &tos);
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh34 # | | \ tos=inherit |
138 ttl 100 tos inherit
H A Dmirror_gre_lag_lacp.sh28 # | tos=inherit | |
147 ttl 100 tos inherit
H A Dmirror_gre_changes.sh174 ttl 100 tos inherit $flags
H A Dpedit_dsfield.sh132 -a own -b $h2mac -q -t tcp tos=0x7d,sp=54321,dp=12345
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_l3s.c55 ip4h->tos, sdev); in ipvlan_l3_rcv()
/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm_kern.h127 pkti->ecn = iph.tos & INET_ECN_MASK; in hbm_get_pkt_info()
H A Dxdp_tx_iptunnel_kern.c134 iph->tos = 0; in handle_ipv4()
/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h143 __be32 src, __be32 dst, __u8 tos, __u8 ttl,
/kernel/linux/linux-5.10/include/rdma/
H A Dib_pack.h214 u8 tos; member

Completed in 37 milliseconds

1...<<11121314151617181920>>...28