Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 3 of 3) sorted by relevance

/include/uapi/linux/netfilter/
A Dxt_rateest.h26 char name2[IFNAMSIZ]; member
/include/linux/
A Dmoduleparam.h380 extern bool parameq(const char *name1, const char *name2);
390 extern bool parameqn(const char *name1, const char *name2, size_t n);
/include/trace/events/
A Dafs.h823 const struct qstr *name, const struct qstr *name2),
825 TP_ARGS(call, fid, name, name2),
832 __array(char, name2, 24)
837 unsigned int __len2 = min_t(unsigned int, name2->len, 23);
849 memcpy(__entry->name2, name2->name, __len2);
850 __entry->name2[__len2] = 0;
860 __entry->name2)

Completed in 9 milliseconds