Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 2 of 2) sorted by relevance

/net/mac80211/
A Ddebugfs_key.c18 static ssize_t key_##name##_read(struct file *file, \
29 static const struct debugfs_short_fops key_ ##name## _ops = { \
30 .read = key_##name##_read, \
35 static const struct debugfs_short_fops key_ ##name## _ops = { \
36 .read = key_##name##_read, \
37 .write = key_##name##_write, \
50 static const struct debugfs_short_fops key_ ##name## _ops = { \
319 key, &key_##name##_ops)
322 key, &key_##name##_ops);
/net/openvswitch/
A Dactions.c47 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument
56 *key = *key_; in clone_key()

Completed in 15 milliseconds