Lines Matching refs:unencrypted
2226 bool unencrypted, int link_id),
2227 TP_ARGS(wiphy, netdev, buf, len, dest, proto, unencrypted, link_id),
2233 __field(bool, unencrypted)
2241 __entry->unencrypted = unencrypted;
2245 " proto: 0x%x, unencrypted: %s, link: %d",
2248 BOOL_TO_STR(__entry->unencrypted),
3420 bool unencrypted, int link_id),
3421 TP_ARGS(netdev, skb, unencrypted, link_id),
3427 __field(bool, unencrypted)
3435 __entry->unencrypted = unencrypted;
3438 TP_printk(NETDEV_PR_FMT ", len=%d, %pM, proto: 0x%x, unencrypted: %s, link: %d",
3440 __entry->proto, BOOL_TO_STR(__entry->unencrypted),