Lines Matching refs:seqid
100 u16 seqid; in cpts_match_tx_ts() local
105 seqid = (event->high >> SEQUENCE_ID_SHIFT) & SEQUENCE_ID_MASK; in cpts_match_tx_ts()
114 if (cpts_match(skb, class, seqid, mtype)) { in cpts_match_tx_ts()
124 mtype, seqid); in cpts_match_tx_ts()
333 u16 *seqid; in cpts_match() local
354 if (skb->len + ETH_HLEN < offset + OFF_PTP_SEQUENCE_ID + sizeof(*seqid)) in cpts_match()
362 seqid = (u16 *)(data + offset + OFF_PTP_SEQUENCE_ID); in cpts_match()
364 return (ts_msgtype == (*msgtype & 0xf) && ts_seqid == ntohs(*seqid)); in cpts_match()
374 u16 seqid; in cpts_find_ts() local
390 seqid = (event->high >> SEQUENCE_ID_SHIFT) & SEQUENCE_ID_MASK; in cpts_find_ts()
392 cpts_match(skb, class, seqid, mtype)) { in cpts_find_ts()