port_match
const char *port_match __free(kfree) = NULL;
port_match = kasprintf(GFP_KERNEL, "%s:%d.%d", dev_name(port->dev),
if (!port_match)
ret = match_devname_and_update_preferred_console(port_match,
!port_match(info->origsrc_port, info->origsrc_port_high,
!port_match(info->origdst_port, info->origdst_port_high,
!port_match(info->replsrc_port, info->replsrc_port_high,
!port_match(info->repldst_port, info->repldst_port_high,
if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1],
if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1],
return port_match(udpinfo->spts[0], udpinfo->spts[1],
&& port_match(udpinfo->dpts[0], udpinfo->dpts[1],