Home | History | Annotate | Download | only in tcpdump

Lines Matching full:pdata_ops

498 struct pdata_ops {
563 static const struct pdata_ops ForCES_pdata[PD_MAX_IND + 1] = {
573 static inline const struct pdata_ops *get_forces_pd(uint16_t pd)
577 const struct pdata_ops *pdo = &ForCES_pdata[i];
952 const struct pdata_ops *ops = get_forces_pd(type);