/net/ipv6/ |
D | fib6_rules.c | 29 u8 tclass; member 173 if (r->tclass && r->tclass != ip6_tclass(fl6->flowlabel)) in fib6_rule_match() 211 rule6->tclass = frh->tos; in fib6_rule_configure() 229 if (frh->tos && (rule6->tclass != frh->tos)) in fib6_rule_compare() 250 frh->tos = rule6->tclass; in fib6_rule_fill()
|
D | raw.c | 753 int tclass = -1; in rawv6_sendmsg() local 834 &hlimit, &tclass, &dontfrag); in rawv6_sendmsg() 883 if (tclass < 0) in rawv6_sendmsg() 884 tclass = np->tclass; in rawv6_sendmsg() 898 len, 0, hlimit, tclass, opt, &fl6, (struct rt6_info *)dst, in rawv6_sendmsg()
|
D | datagram.c | 524 int tclass = ipv6_get_dsfield(ipv6_hdr(skb)); in ip6_datagram_recv_specific_ctl() local 525 put_cmsg(msg, SOL_IPV6, IPV6_TCLASS, sizeof(tclass), &tclass); in ip6_datagram_recv_specific_ctl() 647 int *hlimit, int *tclass, int *dontfrag) in ip6_datagram_send_ctl() argument 886 *tclass = tc; in ip6_datagram_send_ctl()
|
D | icmp.c | 524 np->tclass, NULL, &fl6, (struct rt6_info *)dst, in icmp6_send() 562 u8 tclass; in icmpv6_echo_reply() local 612 tclass = ipv6_get_dsfield(ipv6_hdr(skb)); in icmpv6_echo_reply() 614 sizeof(struct icmp6hdr), hlimit, tclass, NULL, &fl6, in icmpv6_echo_reply()
|
D | ipv6_sockglue.c | 325 np->tclass = val; in do_ipv6_setsockopt() 1033 int tclass = (int)ip6_tclass(np->rcv_flowinfo); in do_ipv6_getsockopt() local 1035 put_cmsg(&msg, SOL_IPV6, IPV6_TCLASS, sizeof(tclass), &tclass); in do_ipv6_getsockopt() 1135 val = np->tclass; in do_ipv6_getsockopt()
|
D | udp.c | 1092 int tclass = -1; in udpv6_sendmsg() local 1229 &hlimit, &tclass, &dontfrag); in udpv6_sendmsg() 1282 if (tclass < 0) in udpv6_sendmsg() 1283 tclass = np->tclass; in udpv6_sendmsg() 1308 sizeof(struct udphdr), hlimit, tclass, opt, &fl6, in udpv6_sendmsg()
|
D | ip6_output.c | 156 struct ipv6_txoptions *opt, int tclass) in ip6_xmit() argument 208 ip6_flow_hdr(hdr, tclass, ip6_make_flowlabel(net, skb, fl6->flowlabel, in ip6_xmit() 1147 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data() argument 1209 np->cork.tclass = tclass; in ip6_append_data() 1583 ip6_flow_hdr(hdr, np->cork.tclass, in ip6_push_pending_frames()
|
D | tcp_ipv6.c | 515 np->tclass); in tcp_v6_send_synack() 805 u8 tclass, u32 label) in tcp_v6_send_response() argument 892 ip6_xmit(ctl_sk, buff, &fl6, NULL, tclass); in tcp_v6_send_response() 975 struct tcp_md5sig_key *key, u8 tclass, in tcp_v6_send_ack() argument 979 tclass, label); in tcp_v6_send_ack()
|
D | ping.c | 173 np->tclass, NULL, &fl6, rt, in ping_v6_sendmsg()
|
D | inet6_connection_sock.c | 251 np->tclass); in inet6_csk_xmit()
|
/net/l2tp/ |
D | l2tp_ip6.c | 500 int tclass = -1; in l2tp_ip6_sendmsg() local 570 &hlimit, &tclass, &dontfrag); in l2tp_ip6_sendmsg() 618 if (tclass < 0) in l2tp_ip6_sendmsg() 619 tclass = np->tclass; in l2tp_ip6_sendmsg() 630 ulen, transhdrlen, hlimit, tclass, opt, in l2tp_ip6_sendmsg()
|
/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 72 const __u8 tclass = DEFAULT_TOS_VALUE; in nf_reject_ip6hdr_put() local 77 ip6_flow_hdr(ip6h, tclass, 0); in nf_reject_ip6hdr_put()
|
/net/bridge/netfilter/ |
D | ebt_ip6.c | 49 FWINV(info->tclass != ipv6_get_dsfield(ih6), EBT_IP6_TCLASS)) in ebt_ip6_mt()
|
/net/sctp/ |
D | ipv6.c | 225 res = ip6_xmit(sk, skb, fl6, rcu_dereference(np->opt), np->tclass); in sctp_v6_xmit() 747 inet6_sk(sk)->tclass |= INET_ECN_ECT_0; in sctp_v6_ecn_capable()
|
/net/ipv4/ |
D | tcp_minisocks.c | 299 tw->tw_tclass = np->tclass; in tcp_time_wait()
|
D | inet_diag.c | 150 inet6_sk(sk)->tclass) < 0) in inet_sk_diag_fill()
|
/net/dccp/ |
D | ipv6.c | 264 np->tclass); in dccp_v6_send_response()
|