Searched refs:name2 (Results 1 – 3 of 3) sorted by relevance
| /include/uapi/linux/netfilter/ |
| A D | xt_rateest.h | 26 char name2[IFNAMSIZ]; member
|
| /include/linux/ |
| A D | moduleparam.h | 380 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 D | afs.h | 823 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