Home
last modified time | relevance | path

Searched refs:tclass (Results 1 – 17 of 17) sorted by relevance

/net/ipv6/
Dfib6_rules.c29 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()
Draw.c753 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()
Ddatagram.c524 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()
Dicmp.c524 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()
Dipv6_sockglue.c325 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()
Dudp.c1092 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()
Dip6_output.c156 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()
Dtcp_ipv6.c515 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()
Dping.c173 np->tclass, NULL, &fl6, rt, in ping_v6_sendmsg()
Dinet6_connection_sock.c251 np->tclass); in inet6_csk_xmit()
/net/l2tp/
Dl2tp_ip6.c500 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/
Dnf_reject_ipv6.c72 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/
Debt_ip6.c49 FWINV(info->tclass != ipv6_get_dsfield(ih6), EBT_IP6_TCLASS)) in ebt_ip6_mt()
/net/sctp/
Dipv6.c225 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/
Dtcp_minisocks.c299 tw->tw_tclass = np->tclass; in tcp_time_wait()
Dinet_diag.c150 inet6_sk(sk)->tclass) < 0) in inet_sk_diag_fill()
/net/dccp/
Dipv6.c264 np->tclass); in dccp_v6_send_response()