| /kernel/linux/linux-5.10/include/net/ |
| D | route.h | 44 #define RT_CONN_FLAGS_TOS(sk,tos) (RT_TOS(tos) | sock_flag(sk, SOCK_LOCALROUTE)) argument 146 __be32 saddr, u8 tos, int oif) in ip_route_output() 161 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() 174 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() 199 u8 tos, struct net_device *devin) in ip_route_input() 262 static inline char rt_tos2priority(u8 tos) in rt_tos2priority() 292 u32 tos, int oif, u8 protocol, in ip_route_connect_init() 307 __be32 dst, __be32 src, u32 tos, in ip_route_connect()
|
| D | erspan.h | 161 static inline u8 tos_to_cos(u8 tos) in tos_to_cos() 182 u8 tos; in erspan_build_header() local 279 u8 tos; in erspan_build_header_v2() local
|
| D | dst_metadata.h | 144 __u8 tos, __u8 ttl, in __ip_tun_set_dst() 175 __u8 tos, __u8 ttl, in __ipv6_tun_set_dst()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | irq_stack.h | 23 void *tos = __this_cpu_read(hardirq_stack_ptr); in __run_on_irqstack() local 34 void *tos = __this_cpu_read(hardirq_stack_ptr); in __run_sysvec_on_irqstack() local 45 void *tos = __this_cpu_read(hardirq_stack_ptr); in __run_irq_on_irqstack() local
|
| /kernel/linux/linux-6.6/include/net/ |
| D | route.h | 41 #define RT_CONN_FLAGS_TOS(sk,tos) (RT_TOS(tos) | sock_flag(sk, SOCK_LOCALROUTE)) argument 154 __be32 saddr, u8 tos, int oif) in ip_route_output() 169 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() 182 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() 266 static inline char rt_tos2priority(u8 tos) in rt_tos2priority()
|
| D | erspan.h | 164 static inline u8 tos_to_cos(u8 tos) in tos_to_cos() 185 u8 tos; in erspan_build_header() local 282 u8 tos; in erspan_build_header_v2() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
| D | libcxgb_cm.c | 95 __be16 peer_port, u8 tos) in cxgb_find_route() 124 __be16 peer_port, u8 tos, __u32 sin6_scope_id) in cxgb_find_route6()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
| D | libcxgb_cm.c | 95 __be16 peer_port, u8 tos) in cxgb_find_route() 124 __be16 peer_port, u8 tos, __u32 sin6_scope_id) in cxgb_find_route6()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | tcp_tos_reflect_kern.c | 31 int tos = 0; in bpf_basertt() local
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | tcp_tos_reflect_kern.c | 31 int tos = 0; in bpf_basertt() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | route.c | 535 __u8 tos = RT_FL_TOS(fl4); in ip_rt_fix_tos() local 545 int oif, u8 tos, in __build_flow_key() 569 u8 tos = RT_TOS(iph->tos); in build_skb_flow_key() local 859 u8 tos = RT_TOS(iph->tos); in ip_do_redirect() local 1730 u8 tos, struct net_device *dev, in ip_mc_validate_source() 1761 u8 tos, struct net_device *dev, int our) in ip_route_input_mc() 1833 __be32 daddr, __be32 saddr, u32 tos) in __mkroute_input() 2059 __be32 daddr, __be32 saddr, u32 tos, in ip_mkroute_input() 2080 u8 tos, struct net_device *dev, in ip_route_use_hint() 2145 u8 tos, struct net_device *dev, in ip_route_input_slow() [all …]
|
| D | xfrm4_policy.c | 21 int tos, int oif, in __xfrm4_dst_lookup() 45 static struct dst_entry *xfrm4_dst_lookup(struct net *net, int tos, int oif, in xfrm4_dst_lookup()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | route.c | 514 __u8 tos = RT_FL_TOS(fl4); in ip_rt_fix_tos() local 523 int oif, __u8 tos, u8 prot, u32 mark, in __build_flow_key() 550 __u8 tos = iph->tos; in build_skb_flow_key() local 843 __u8 tos = iph->tos; in ip_do_redirect() local 1714 u8 tos, struct net_device *dev, in ip_mc_validate_source() 1745 u8 tos, struct net_device *dev, int our) in ip_route_input_mc() 1815 __be32 daddr, __be32 saddr, u32 tos) in __mkroute_input() 2163 __be32 daddr, __be32 saddr, u32 tos, in ip_mkroute_input() 2184 u8 tos, struct net_device *dev, in ip_route_use_hint() 2249 u8 tos, struct net_device *dev, in ip_route_input_slow() [all …]
|
| /kernel/linux/linux-5.10/net/rds/ |
| D | connection.c | 87 u8 tos, int dev_if) in rds_conn_lookup() 164 gfp_t gfp, u8 tos, in __rds_conn_create() 350 struct rds_transport *trans, u8 tos, in rds_conn_create() 361 u8 tos, gfp_t gfp, int dev_if) in rds_conn_create_outgoing()
|
| /kernel/linux/linux-6.6/net/rds/ |
| D | connection.c | 87 u8 tos, int dev_if) in rds_conn_lookup() 164 gfp_t gfp, u8 tos, in __rds_conn_create() 350 struct rds_transport *trans, u8 tos, in rds_conn_create() 361 u8 tos, gfp_t gfp, int dev_if) in rds_conn_create_outgoing()
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | ip.h | 25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument 32 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument 97 __u8 tos; member
|
| D | rds.h | 160 __u8 tos; member 183 __u8 tos; member 194 __u8 tos; member 227 __u8 tos; member 254 __u8 tos; member 270 __u8 tos; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | ip.h | 25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument 32 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument 97 __u8 tos; member
|
| D | rds.h | 160 __u8 tos; member 183 __u8 tos; member 194 __u8 tos; member 227 __u8 tos; member 254 __u8 tos; member 270 __u8 tos; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | ip.h | 24 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument 30 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument 82 __u8 tos; member
|
| D | rds.h | 89 __u8 tos; member 109 __u8 tos; member 119 __u8 tos; member 149 __u8 tos; member 173 __u8 tos; member 187 __u8 tos; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | ip.h | 24 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument 30 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument 82 __u8 tos; member
|
| D | rds.h | 89 __u8 tos; member 109 __u8 tos; member 119 __u8 tos; member 149 __u8 tos; member 173 __u8 tos; member 187 __u8 tos; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | ip.h | 11 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument 17 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument 71 __u8 tos; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | netfilter_ipv4.h | 15 u_int8_t tos; member
|