Searched refs:PROTO (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | toeplitz_client.sh | 14 if [[ "${PROTO}" == "-u" ]]; then 23 PROTO=$1
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ansidecl.h | 102 #define PROTO(type, name, arglist) type name arglist macro 125 #define PROTO(type, name, arglist) type name () macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ansidecl.h | 102 #define PROTO(type, name, arglist) type name arglist macro 125 #define PROTO(type, name, arglist) type name () macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 292 local readonly PROTO=$1 296 if [ "${PROTO}" == "IPv4" ] ; then 299 elif [ "${PROTO}" == "IPv6" ] ; then 303 echo " test_ping: unknown PROTO: ${PROTO}" 319 local readonly PROTO=$1 329 if [ "${PROTO}" == "IPv4" ] ; then 333 elif [ "${PROTO}" == "IPv6" ] ; then 339 echo " test_gso: unknown PROTO: ${PROTO}" [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 293 local readonly PROTO=$1 297 if [ "${PROTO}" == "IPv4" ] ; then 300 elif [ "${PROTO}" == "IPv6" ] ; then 304 echo " test_ping: unknown PROTO: ${PROTO}" 320 local readonly PROTO=$1 330 if [ "${PROTO}" == "IPv4" ] ; then 334 elif [ "${PROTO}" == "IPv6" ] ; then 340 echo " test_gso: unknown PROTO: ${PROTO}" [all...] |
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | file.c | 216 #define PROTO(args...) args macro 236 PROTO(struct file *filp, loff_t offset, int whence), 240 PROTO(struct file *filp, char __user *buf, size_t size, 245 PROTO(struct file *filp, const char __user *buf, size_t size, 250 PROTO(struct file *filp, unsigned int cmd, unsigned long arg),
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | file.c | 216 #define PROTO(args...) args macro 236 PROTO(struct file *filp, loff_t offset, int whence), 240 PROTO(struct file *filp, char __user *buf, size_t size, 245 PROTO(struct file *filp, const char __user *buf, size_t size, 250 PROTO(struct file *filp, unsigned int cmd, unsigned long arg),
|
Completed in 6 milliseconds