OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flowinfo
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/altq/
altq_afmap.h
42
struct
flowinfo
afu_fi;
71
struct
flowinfo
afmu_fi;
100
struct afm *afm_match(struct ifnet *, struct
flowinfo
*);
altq_wfq.h
49
struct
flowinfo
flow;
123
u_long (*hash_func)(struct
flowinfo
*, int);
altq_wfq.c
73
static u_long wfq_hash(struct
flowinfo
*, int);
74
static inline u_long wfq_hashbydstaddr(struct
flowinfo
*, int);
75
static inline u_long wfq_hashbysrcaddr(struct
flowinfo
*, int);
76
static inline u_long wfq_hashbysrcport(struct
flowinfo
*, int);
244
struct
flowinfo
flow;
315
wfq_hash(struct
flowinfo
*flow, int n)
343
wfq_hashbydstaddr(struct
flowinfo
*flow, int n)
367
wfq_hashbysrcaddr(struct
flowinfo
*flow, int n)
391
wfq_hashbysrcport(struct
flowinfo
*flow, int n)
altq.h
91
struct
flowinfo
{
struct
altq_var.h
89
*
flowinfo
mask bits used by classifier
212
struct
flowinfo
;
217
int altq_extractflow(struct mbuf *, int, struct
flowinfo
*, u_int32_t);
altq_afmap.c
34
*
flowinfo
mechanism. it's just put in the altq framework since
269
afm_match(struct ifnet *ifp, struct
flowinfo
*flow)
altq_subr.c
788
* filt_mask shows
flowinfo
fields required.
793
altq_extractflow(struct mbuf *m, int af, struct
flowinfo
*flow,
870
flow->fi_len = sizeof(struct
flowinfo
);
1254
struct
flowinfo
flow;
1504
/* create
flowinfo
bitmask */
/src/sys/netinet6/
in6.h
626
in_port_t port, uint32_t
flowinfo
, uint32_t scope_id)
629
sin6->sin6_flowinfo =
flowinfo
;
636
in_port_t port, uint32_t
flowinfo
, uint32_t scope_id)
640
sockaddr_in6_init1(sin6, addr, port,
flowinfo
, scope_id);
645
uint32_t
flowinfo
, uint32_t scope_id, int flags)
653
sockaddr_in6_init1(satosin6(sa), addr, port,
flowinfo
, scope_id);
in6_pcb.c
612
u_int32_t
flowinfo
;
local
625
flowinfo
= sa6_src.sin6_flowinfo;
718
* destination ports are specified, but non-zero
flowinfo
and
724
if (lport == 0 && fport == 0 &&
flowinfo
&&
726
flowinfo
== (in6p_flowinfo(inp) & IPV6_FLOWLABEL_MASK) &&
ip6_input.c
1108
u_int32_t
flowinfo
;
local
1111
flowinfo
= (u_int32_t)ntohl(ip6->ip6_flow & IPV6_FLOWINFO_MASK);
1112
flowinfo
>>= 20;
1114
tclass =
flowinfo
& 0xff;
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026