Searched refs:mark_wake_packet_remote_port (Results 1 – 1 of 1) sorted by relevance
151 static int mark_wake_packet_remote_port = 0; variable154 &mark_wake_packet_remote_port, 0, &sysctl_mark_wake_packet_port, "I", "");2726 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()2727 ntohs(th.th_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()2744 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()2745 ntohs(uh.uh_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()2779 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()2780 ntohs(th->th_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()2793 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()2794 ntohs(uh->uh_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()