Lines Matching refs:seqid
92 u16 seqid; in cpts_match_tx_ts() local
97 seqid = (event->high >> SEQUENCE_ID_SHIFT) & SEQUENCE_ID_MASK; in cpts_match_tx_ts()
106 if (cpts_match(skb, class, seqid, mtype)) { in cpts_match_tx_ts()
116 mtype, seqid); in cpts_match_tx_ts()
124 mtype, seqid); in cpts_match_tx_ts()
324 u16 *seqid; in cpts_match() local
345 if (skb->len + ETH_HLEN < offset + OFF_PTP_SEQUENCE_ID + sizeof(*seqid)) in cpts_match()
353 seqid = (u16 *)(data + offset + OFF_PTP_SEQUENCE_ID); in cpts_match()
355 return (ts_msgtype == (*msgtype & 0xf) && ts_seqid == ntohs(*seqid)); in cpts_match()
365 u16 seqid; in cpts_find_ts() local
381 seqid = (event->high >> SEQUENCE_ID_SHIFT) & SEQUENCE_ID_MASK; in cpts_find_ts()
383 cpts_match(skb, class, seqid, mtype)) { in cpts_find_ts()