HomeSort by: relevance | last modified time | path
    Searched refs:flowinfo_in (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/altq/
altq_afmap.h 43 struct flowinfo_in afu_fi4;
72 struct flowinfo_in afmu_fi4;
altq.h 102 struct flowinfo_in { struct
103 u_char fi_len; /* sizeof(struct flowinfo_in) */
136 struct flowinfo_in ff_flow;
altq_subr.c 82 static int extract_ports4(struct mbuf *, struct ip *, struct flowinfo_in *);
88 struct flowinfo_in *);
90 struct flowinfo_in *);
96 struct flowinfo_in *);
101 static void ip4f_cache(struct ip *, struct flowinfo_in *);
102 static int ip4f_lookup(struct ip *, struct flowinfo_in *);
799 struct flowinfo_in *fin;
807 fin = (struct flowinfo_in *)flow;
808 fin->fi_len = sizeof(struct flowinfo_in);
891 extract_ports4(struct mbuf *m, struct ip *ip, struct flowinfo_in *fin
    [all...]
altq_wfq.c 321 struct flowinfo_in *fp = (struct flowinfo_in *)flow;
349 struct flowinfo_in *fp = (struct flowinfo_in *)flow;
373 struct flowinfo_in *fp = (struct flowinfo_in *)flow;
397 struct flowinfo_in *fp = (struct flowinfo_in *)flow;
altq_afmap.c 72 static struct afm *afm_match4(struct afm_head *, struct flowinfo_in *);
139 if (flowmap->af_flowinfo.fi_len != sizeof(struct flowinfo_in))
201 afm_match4(struct afm_head *head, struct flowinfo_in *fp)
278 return (afm_match4(head, (struct flowinfo_in *)flow));

Completed in 13 milliseconds