Searched refs:priority (Results 151 - 175 of 1104) sorted by last modified time

1234567891011>>

/linux-master/net/sched/
H A Dsch_taprio.c336 tc = netdev_get_prio_tc_map(dev, skb->priority);
541 int prio = skb->priority;
724 prio = skb->priority;
1890 /* Always use supplied priority mappings */
H A Dsch_sfq.c59 to higher priority band.
171 if (TC_H_MAJ(skb->priority) == sch->handle &&
172 TC_H_MIN(skb->priority) > 0 &&
173 TC_H_MIN(skb->priority) <= q->divisor)
174 return TC_H_MIN(skb->priority);
H A Dsch_skbprio.c25 * packets according to their skb->priority field. Under congestion,
26 * Skbprio drops already-enqueued lower priority packets to make space
27 * available for higher priority packets; it was conceived as a solution
49 /* SKB queue is empty, return 0 (default highest priority setting). */
63 * (default lowest priority setting).
78 /* Obtain the priority of @skb. */
79 prio = min(skb->priority, max_priority);
100 /* If this packet has the lowest priority, drop it. */
112 /* Drop the packet at the tail of the lowest priority qdisc. */
156 /* Update highest priority fiel
[all...]
H A Dsch_htb.c45 it allows to assign priority to each class in hierarchy.
212 * We allow direct class selection by classid in priority. The we examine
228 /* allow to select class by setting skb->priority to valid classid;
232 if (skb->priority == sch->handle)
234 cl = htb_find(skb->priority, sch);
308 * @q: the priority event queue
312 * The class is added to priority event queue to indicate that class will
356 * @q: the priority event queue
388 * @q: the priority event queue
418 * @q: the priority even
[all...]
H A Dsch_hfsc.c1139 if (TC_H_MAJ(skb->priority ^ sch->handle) == 0 &&
1140 (cl = hfsc_find_class(skb->priority, sch)) != NULL)
H A Dsch_generic.c715 * - rings for priority bands
730 int band = sch_default_prio2band[skb->priority & TC_PRIO_MAX];
H A Dsch_fq_pie.c27 * so that new flows have priority on old ones.
89 if (TC_H_MAJ(skb->priority) == sch->handle &&
90 TC_H_MIN(skb->priority) > 0 &&
91 TC_H_MIN(skb->priority) <= q->flows_cnt)
92 return TC_H_MIN(skb->priority);
H A Dsch_fq.c540 band = fq_prio2band(q->prio2band, skb->priority & TC_PRIO_MAX);
H A Dsch_fq_codel.c34 * so that new flows have priority on old ones.
84 if (TC_H_MAJ(skb->priority) == sch->handle &&
85 TC_H_MIN(skb->priority) > 0 &&
86 TC_H_MIN(skb->priority) <= q->flows_cnt)
87 return TC_H_MIN(skb->priority);
H A Dsch_ets.c377 u32 band = skb->priority;
383 if (TC_H_MAJ(skb->priority) != sch->handle) {
H A Dsch_cake.c24 * - A Diffserv-aware priority queue, giving more priority to certain classes,
26 * the priority is reduced to avoid starving other tins.
28 * - Each priority tin has a separate Flow Queue system, to isolate traffic
43 * The priority queue operates according to a weighted DRR scheme, combined with
46 * priority-based weight (high) or a bandwidth-based weight (low) is used for
359 /* tin priority order for stats dumping */
1624 * using firewall marks or skb->priority. Call DSCP parsing early if
1638 else if (TC_H_MAJ(skb->priority) == sch->handle &&
1639 TC_H_MIN(skb->priority) >
[all...]
/linux-master/net/openvswitch/
H A Dflow_netlink.c1190 SW_FLOW_KEY_PUT(match, phy.priority,
1946 * @key: Receives extracted in_port, priority, tun_key, skb_mark and conntrack
2038 if (nla_put_u32(skb, OVS_KEY_ATTR_PRIORITY, output->phy.priority))
H A Dflow.c1033 key->phy.priority = skb->priority;
H A Ddatapath.c653 packet->priority = flow->key.phy.priority;
/linux-master/net/netfilter/
H A Dnf_tables_api.c1787 if (nla_put_be32(skb, NFTA_HOOK_PRIORITY, htonl(ops->priority)))
2212 s32 priority; member in struct:nft_chain_hook
2275 hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
2293 hook->priority <= NF_IP_PRI_CONNTRACK)
2302 hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
2303 if (hook->priority != basechain->ops.priority)
2391 ops->priority = hook->priority;
2632 h->ops.priority
8278 int priority; member in struct:nft_flowtable_hook
8296 int hooknum, priority; local
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c4421 .priority = ADDRCONF_NOTIFY_PRIORITY + 5,
H A Dip_vs_core.c2139 .priority = NF_IP_PRI_NAT_SRC - 2,
2148 .priority = NF_IP_PRI_NAT_SRC - 1,
2155 .priority = NF_IP_PRI_NAT_DST + 1,
2162 .priority = NF_IP_PRI_NAT_DST + 2,
2170 .priority = 99,
2177 .priority = 100,
2188 .priority = NF_IP6_PRI_NAT_SRC - 2,
2197 .priority = NF_IP6_PRI_NAT_SRC - 1,
2204 .priority = NF_IP6_PRI_NAT_DST + 1,
2211 .priority
[all...]
/linux-master/net/mptcp/
H A Dsubflow.c1749 gfp_t priority)
1754 ctx = kzalloc(sizeof(*ctx), priority);
1965 const gfp_t priority)
1977 new_ctx = subflow_create_ctx(newsk, priority);
1748 subflow_create_ctx(struct sock *sk, gfp_t priority) argument
1963 subflow_ulp_clone(const struct request_sock *req, struct sock *newsk, const gfp_t priority) argument
/linux-master/net/mac80211/
H A Dtx.c366 * Drop one frame from each station from the lowest-priority
935 tmp->priority = skb->priority;
1190 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK;
1320 u8 tid = skb->priority & IEEE80211_QOS_CTL_TID_MASK;
2431 /* Initialize skb->priority according to frame type and TID class,
2434 * skb-priority is preserved to assure frames injected with this
2438 skb_set_queue_mapping(skb, ieee80211_ac_from_tid(skb->priority));
3409 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK;
3570 tid = skb->priority
[all...]
H A Drx.c922 /* Set skb->priority to 1d tag if highest order bit of TID is not set.
923 * For now, set skb->priority to 0 for other cases. */
924 rx->skb->priority = (tid > 7) ? 0 : tid;
2748 * Send to wireless media and increase priority by 256 to
2749 * keep the received priority instead of reclassifying
2752 xmit_skb->priority += 256;
2795 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK;
2928 skb_set_queue_mapping(skb, ieee802_1d_to_ac[skb->priority]);
4840 * Send to wireless media and increase priority by 256
4841 * to keep the received priority instea
[all...]
H A Dcfg.c4247 skb->priority = 7;
/linux-master/net/ipv6/
H A Dtcp_ipv6.c869 u32 priority, u32 txhash, struct tcp_key *key)
1001 tclass & ~INET_ECN_MASK, priority);
1024 u32 priority = 0; local
1121 priority = READ_ONCE(sk->sk_priority);
1126 priority = inet_twsk(sk)->tw_priority;
1137 ipv6_get_dsfield(ipv6h), label, priority, txhash,
1151 __be32 label, u32 priority, u32 txhash)
1154 tclass, label, priority, txhash, key);
866 tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, int rst, u8 tclass, __be32 label, u32 priority, u32 txhash, struct tcp_key *key) argument
1148 tcp_v6_send_ack(const struct sock *sk, struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_key *key, u8 tclass, __be32 label, u32 priority, u32 txhash) argument
H A Dsit.c1785 .priority = 1,
1791 .priority = 2,
1798 .priority = 2,
H A Draw.c622 skb->priority = READ_ONCE(sk->sk_priority);
/linux-master/net/ipv6/netfilter/
H A Dip6table_filter.c27 .priority = NF_IP6_PRI_FILTER,

Completed in 358 milliseconds

1234567891011>>