Home
last modified time | relevance | path

Searched refs:tos (Results 301 - 325 of 651) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf.h233 uint8_t tos; /**< Type of service to match. */ member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c2507 id->tos = id_priv->tos; in cma_iw_listen()
2571 dev_id_priv->tos = id_priv->tos; in cma_listen_on_dev()
2614 void rdma_set_service_type(struct rdma_cm_id *id, int tos) in rdma_set_service_type() argument
2620 id_priv->tos = (u8) tos; in rdma_set_service_type()
2710 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos); in cma_query_ib_route()
2983 static int iboe_tos_to_sl(struct net_device *ndev, int tos) in iboe_tos_to_sl() argument
2986 int prio = rt_tos2priority(tos); in iboe_tos_to_sl()
3039 u8 tos; cma_resolve_iboe_route() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c2657 id->tos = id_priv->tos; in cma_iw_listen()
2722 dev_id_priv->tos = id_priv->tos; in cma_listen_on_dev()
2765 void rdma_set_service_type(struct rdma_cm_id *id, int tos) in rdma_set_service_type() argument
2771 id_priv->tos = (u8) tos; in rdma_set_service_type()
2950 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos); in cma_query_ib_route()
3223 static int iboe_tos_to_sl(struct net_device *ndev, int tos) in iboe_tos_to_sl() argument
3226 int prio = rt_tos2priority(tos); in iboe_tos_to_sl()
3279 u8 tos; cma_resolve_iboe_route() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dregset.c288 u32 tos = (fxsave->swd >> 11) & 7; in twd_fxsr_to_i387() local
296 st = FPREG_ADDR(fxsave, (i - tos) & 7); in twd_fxsr_to_i387()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
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 \
/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...]
/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()
/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
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c939 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab); in gfar_set_basic_ip()
953 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab); in gfar_set_user_ip()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c255 fs->val.tos = match.key->tos; in cxgb4_process_flow_match()
256 fs->mask.tos = match.mask->tos; in cxgb4_process_flow_match()
H A Dcxgb4_ethtool.c1668 fs->h_u.tcp_ip6_spec.tclass = dfs->val.tos; in cxgb4_fill_filter_rule()
1669 fs->m_u.tcp_ip6_spec.tclass = dfs->mask.tos; in cxgb4_fill_filter_rule()
1683 fs->h_u.tcp_ip4_spec.tos = dfs->val.tos; in cxgb4_fill_filter_rule()
1684 fs->m_u.tcp_ip4_spec.tos = dfs->mask.tos; in cxgb4_fill_filter_rule()
/kernel/linux/linux-5.10/net/ipv4/
H A Draw.c25 * Alan Cox : Use ttl/tos
509 u8 tos; in raw_sendmsg() local
605 tos = get_rtconn_flags(&ipc, sk); in raw_sendmsg()
607 tos |= RTO_ONLINK; in raw_sendmsg()
630 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, in raw_sendmsg()
H A Dping.c713 u8 tos; in ping_v4_sendmsg() local
776 tos = get_rttos(&ipc, inet); in ping_v4_sendmsg()
780 tos |= RTO_ONLINK; in ping_v4_sendmsg()
791 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, in ping_v4_sendmsg()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c949 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab); in gfar_set_basic_ip()
963 gfar_set_attribute(value->tos, mask->tos, RQFCR_PID_TOS, tab); in gfar_set_user_ip()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c255 fs->val.tos = match.key->tos; in cxgb4_process_flow_match()
256 fs->mask.tos = match.mask->tos; in cxgb4_process_flow_match()
/third_party/nghttp2/src/
H A Dutil.cc1775 unsigned int tos; in msghdr_get_ecn() local
1777 memcpy(&tos, CMSG_DATA(cmsg), sizeof(tos)); in msghdr_get_ecn()
1779 return tos & IPTOS_ECN_MASK; in msghdr_get_ecn()

Completed in 53 milliseconds

1...<<11121314151617181920>>...27