Searched refs:IP_FMT (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | trace_entries.h | 171 # define IP_FMT "%08lx" macro 173 # define IP_FMT "%016lx" macro 185 F_printk("\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n" 186 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n" 187 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n", 204 F_printk("\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n" 205 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n" 206 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n",
|
D | trace_output.c | 382 # define IP_FMT "%08lx" macro 384 # define IP_FMT "%016lx" macro 415 trace_seq_printf(s, " <" IP_FMT ">", ip); in seq_print_user_ip() 433 trace_seq_printf(s, " <" IP_FMT ">", ip); in seq_print_ip_sym()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 850 #define IP_FMT "%pI4" macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 419 DBG_871X("%s Target IP Addr" IP_FMT "\n", __func__, IP_ARG(pIPAddress)); in ConstructARPResponse() 745 DBG_871X("%s FW IP Addr" IP_FMT "\n", __func__, IP_ARG(StaAddr)); in ConstructProbeRsp()
|