Searched refs:msglen (Results 1 – 3 of 3) sorted by relevance
33 __u16 msglen; member105 (hdr)->msglen = mlen; \
1662 u8 *msg, u16 msglen) in virtchnl_vc_validate_vf_msg() argument1686 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1697 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1713 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1725 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1745 if (msglen) in virtchnl_vc_validate_vf_msg()1746 valid_len = msglen; in virtchnl_vc_validate_vf_msg()1754 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1764 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()1773 if (msglen >= valid_len) { in virtchnl_vc_validate_vf_msg()[all …]
1946 unsigned int msglen1949 TP_ARGS(ctxt, msglen),1955 __field(unsigned int, msglen)1962 __entry->msglen = msglen;1967 __entry->hdrlen, __entry->msglen,1968 __entry->hdrlen + __entry->msglen)
Completed in 14 milliseconds