/openbmc/linux/net/netfilter/ |
H A D | xt_iprange.c | 28 pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n", in iprange_mt4() 41 pr_debug("dst IP %pI4 NOT in range %s%pI4-%pI4\n", in iprange_mt4()
|
H A D | nf_conntrack_irc.c | 193 pr_debug("DCC found in master %pI4:%u %pI4:%u\n", in help() 214 pr_debug("DCC bound ip/port: %pI4:%u\n", in help() 222 net_warn_ratelimited("Forged DCC command from %pI4: %pI4:%u\n", in help()
|
H A D | nfnetlink_osf.c | 237 "%s [%s:%s] : %pI4:%d -> %pI4:%d hops=%d\n", in nf_osf_match() 250 "Remote OS is not known: %pI4:%u -> %pI4:%u\n", in nf_osf_match()
|
H A D | xt_AUDIT.c | 40 audit_log_format(ab, " saddr=%pI4 daddr=%pI4 proto=%hhu", in audit_ip4()
|
H A D | nf_log_syslog.c | 105 nf_log_buf_add(m, " MACSRC=%pM IPSRC=%pI4 MACDST=%pM IPDST=%pI4", in dump_arp_packet() 322 nf_log_buf_add(m, "SRC=%pI4 DST=%pI4 ", &ih->saddr, &ih->daddr); in dump_ipv4_packet() 435 nf_log_buf_add(m, "GATEWAY=%pI4 ", &ich->un.gateway); in dump_ipv4_packet() 824 nf_log_buf_add(m, " TUNNEL=%pI4->%pI4", &iph->saddr, in dump_mac_header()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 116 pr_debug("nf_nat_ras: set signal address %pI4:%hu->%pI4:%hu\n", in set_sig_addr() 128 pr_debug("nf_nat_ras: set signal address %pI4:%hu->%pI4:%hu\n", in set_sig_addr() 159 pr_debug("nf_nat_ras: set rasAddress %pI4:%hu->%pI4:%hu\n", in set_ras_addr() 265 pr_debug("nf_nat_h323: expect RTP %pI4:%hu->%pI4:%hu\n", in nat_rtp_rtcp() 270 pr_debug("nf_nat_h323: expect RTCP %pI4:%hu->%pI4:%hu\n", in nat_rtp_rtcp() 308 pr_debug("nf_nat_h323: expect T.120 %pI4:%hu->%pI4:%hu\n", in nat_t120() 355 pr_debug("nf_nat_q931: expect H.245 %pI4:%hu->%pI4:%hu\n", in nat_h245() 447 pr_debug("nf_nat_ras: expect Q.931 %pI4:%hu->%pI4:%hu\n", in nat_q931() 511 pr_debug("nf_nat_q931: expect Call Forwarding %pI4:%hu->%pI4:%hu\n", in nat_callforwarding()
|
H A D | nf_nat_snmp_basic_main.c | 115 pr_debug("%s: %pI4 to %pI4\n", __func__, in snmp_helper()
|
/openbmc/u-boot/net/ |
H A D | link_local.c | 140 debug_cond(DEBUG_LL_STATE, "probe/%u %s@%pI4\n", in link_local_timeout() 149 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() 161 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() 172 debug_cond(DEBUG_LL_STATE, "announce/%u %s@%pI4\n", in link_local_timeout() 179 printf("Successfully assigned %pI4\n", &ip); in link_local_timeout() 253 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n", in link_local_receive_arp() 256 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n", in link_local_receive_arp()
|
H A D | tftp.c | 675 printf("TFTP %s server %pI4; our IP address is %pI4", in tftp_start() 691 printf("; sending through gateway %pI4", &net_gateway); in tftp_start() 778 printf("Listening for TFTP transfer on %pI4\n", &net_ip); in tftp_start_server()
|
/openbmc/linux/include/trace/events/ |
H A D | tcp.h | 91 …TP_printk("family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c state=%… 161 …TP_printk("family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c sock_co… 229 TP_printk("family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c", 414 …TP_printk("family=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c cong_st…
|
H A D | fib.h | 93 …TP_printk("table %u oif %d iif %d proto %u %pI4/%u -> %pI4/%u tos %d scope %d flags %x ==> dev %s …
|
H A D | sock.h | 196 …TP_printk("family=%s protocol=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%… 257 …TP_printk("family=%s protocol=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%…
|
H A D | neigh.h | 66 …TP_printk("family %d dev %s entries %d primary_key4 %pI4 primary_key6 %pI6c created %d gc_exempt %… 142 "dead %d refcnt %d primary_key4 %pI4 primary_key6 %pI6c " 216 "dead %d refcnt %d primary_key4 %pI4 primary_key6 %pI6c "
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto.c | 227 sprintf(buf, "%pI4->%pI4 frag", &ih->saddr, &ih->daddr); in ip_vs_tcpudp_debug_packet_v4() 234 sprintf(buf, "TRUNCATED %pI4->%pI4", in ip_vs_tcpudp_debug_packet_v4() 237 sprintf(buf, "%pI4:%u->%pI4:%u", in ip_vs_tcpudp_debug_packet_v4()
|
H A D | ip_vs_ftp.c | 288 IP_VS_DBG(7, "PASV response (%pI4:%u) -> %pI4:%u detected\n", in ip_vs_ftp_out() 499 IP_VS_DBG(7, "PORT %pI4:%u detected\n", &to.ip, ntohs(port)); in ip_vs_ftp_in() 502 IP_VS_DBG(7, "protocol %s %pI4:%u %pI4:%u\n", in ip_vs_ftp_in()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_log.c | 107 pr_cont(" IP SRC=%pI4 IP DST=%pI4, IP tos=0x%02X, IP proto=%d", in ebt_log_packet() 168 pr_cont(" ARP MAC SRC=%pM ARP IP SRC=%pI4 ARP MAC DST=%pM ARP IP DST=%pI4", in ebt_log_packet()
|
/openbmc/linux/net/ipv4/ |
H A D | ipconfig.c | 446 sprintf(init_utsname()->nodename, "%pI4", &ic_myaddr); in ic_defaults() 461 pr_err("IP-Config: Unable to guess netmask for address %pI4\n", in ic_defaults() 465 pr_notice("IP-Config: Guessing netmask %pI4\n", in ic_defaults() 1117 pr_debug("DHCP: Offered address %pI4 by server %pI4\n", in ic_bootp_recv() 1318 pr_info("IP-Config: Got %s answer from %pI4, my address is %pI4\n", in ic_dynamic() 1349 seq_printf(seq, "nameserver %pI4\n", in pnp_seq_show() 1353 seq_printf(seq, "bootserver %pI4\n", in pnp_seq_show() 1397 seq_printf(seq, "%pI4\n", &ic_ntp_servers[i]); in ntp_servers_show() 1607 pr_info(" device=%s, hwaddr=%*phC, ipaddr=%pI4, mask=%pI4, gw=%pI4\n", in ip_auto_config() 1612 pr_info(" bootserver=%pI4, rootserver=%pI4, rootpath=%s", in ip_auto_config() [all …]
|
/openbmc/linux/net/atm/ |
H A D | mpoa_caches.c | 107 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry() 164 dprintk("(%s) threshold exceeded for ip %pI4, sending MPOA res req\n", in cache_hit() 197 dprintk("removing an ingress entry, ip = %pI4\n", in in_cache_remove_entry() 239 dprintk("holding time expired, ip = %pI4\n", in clear_count_and_expired() 466 dprintk("adding an egress entry, ip = %pI4, this should be our IP\n", in eg_cache_add_entry() 484 dprintk("mps_ip = %pI4\n", &entry->ctrl_info.mps_ip); in eg_cache_add_entry()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_debugfs.c | 37 seq_printf(m, "%-15pI4 %-15pI4 %-17pM %s\n", in bond_debug_rlb_hash_show()
|
/openbmc/linux/net/batman-adv/ |
H A D | distributed-arp-table.c | 379 "Entry updated: %pI4 %pM (vid: %d)\n", in batadv_dat_entry_add() 406 batadv_dbg(BATADV_DBG_DAT, bat_priv, "New entry added: %pI4 %pM (vid: %d)\n", in batadv_dat_entry_add() 437 "ARP MSG = [src: %pM-%pI4 dst: %pM-%pI4]\n", in batadv_dbg_arp() 650 "%s(): IP=%pI4 hash(IP)=%u\n", __func__, &ip_dst, in batadv_dat_select_candidates() 689 batadv_dbg(BATADV_DBG_DAT, bat_priv, "DHT_SEND for %pI4\n", &ip); in batadv_dat_forward_data() 1379 …t_priv, "Doubled ARP reply removed: ARP MSG = [src: %pM-%pI4 dst: %pM-%pI4]; dat_entry: %pM-%pI4\n… in batadv_dat_snoop_incoming_arp_reply() 1656 "Snooped from outgoing DHCPACK (server address): %pI4, %pM (vid: %i)\n", in batadv_dat_put_dhcp() 1659 "Snooped from outgoing DHCPACK (client address): %pI4, %pM (vid: %i)\n", in batadv_dat_put_dhcp() 1775 "Snooped from incoming DHCPACK (server address): %pI4, %pM (vid: %i)\n", in batadv_dat_snoop_incoming_dhcp_ack() 1778 "Snooped from incoming DHCPACK (client address): %pI4, %pM (vid: %i)\n", in batadv_dat_snoop_incoming_dhcp_ack() [all …]
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_tuple.h | 88 printk("tuple %p: %u %pI4:%hu -> %pI4:%hu\n", in nf_ct_dump_tuple_ip()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_fdir.c | 722 …dev_info(&adapter->pdev->dev, "Rule ID: %u dst_ip: %pI4 src_ip %pI4 %s: dst_port %hu src_port %hu\… in iavf_print_fdir_fltr() 732 dev_info(&adapter->pdev->dev, "Rule ID: %u dst_ip: %pI4 src_ip %pI4 %s: SPI %u\n", in iavf_print_fdir_fltr() 740 dev_info(&adapter->pdev->dev, "Rule ID: %u dst_ip: %pI4 src_ip %pI4 proto: %u L4_bytes: 0x%x\n", in iavf_print_fdir_fltr()
|
/openbmc/linux/drivers/net/ |
H A D | gtp.c | 335 netdev_dbg(gtp->dev, "no route for echo response from %pI4\n", in gtp0_send_echo_resp() 517 netdev_dbg(gtp->dev, "no route for echo response from %pI4\n", in gtp1u_send_echo_resp() 834 netdev_dbg(dev, "no PDP ctx found for %pI4, skip\n", in gtp_build_skb_ip4() 843 netdev_dbg(dev, "no route to SSGN %pI4\n", in gtp_build_skb_ip4() 850 netdev_dbg(dev, "circular route to SSGN %pI4\n", in gtp_build_skb_ip4() 926 netdev_dbg(pktinfo.dev, "gtp -> IP src: %pI4 dst: %pI4\n", in gtp_dev_xmit() 1425 netdev_dbg(dev, "GTPv0-U: new PDP ctx id=%llx ssgn=%pI4 ms=%pI4 (pdp=%p)\n", in gtp_pdp_add() 1430 netdev_dbg(dev, "GTPv1-U: new PDP ctx id=%x/%x ssgn=%pI4 ms=%pI4 (pdp=%p)\n", in gtp_pdp_add() 1809 netdev_dbg(gtp->dev, "no route for echo request to %pI4\n", in gtp_genl_send_echo_req()
|
/openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
H A D | rpi-base.inc | 75 overlays/vc4-fkms-v3d-pi4.dtbo \ 77 overlays/vc4-kms-v3d-pi4.dtbo \
|
/openbmc/linux/net/rds/ |
H A D | cong.c | 255 rdsdebug("waking map %p for %pI4\n", in rds_cong_map_updated() 304 rdsdebug("setting congestion for %pI4:%u in map %p\n", in rds_cong_set_bit() 318 rdsdebug("clearing congestion for %pI4:%u in map %p\n", in rds_cong_clear_bit()
|