Searched refs:dport (Results 1 – 4 of 4) sorted by relevance
88 int dport; in handle_ipv4() local95 dport = get_dport(iph + 1, data_end, iph->protocol); in handle_ipv4()96 if (dport == -1) in handle_ipv4()102 vip.dport = dport; in handle_ipv4()162 int dport; in handle_ipv6() local167 dport = get_dport(ip6h + 1, data_end, ip6h->nexthdr); in handle_ipv6()168 if (dport == -1) in handle_ipv6()174 vip.dport = dport; in handle_ipv6()
16 __u16 dport; member
75 fib_params.dport = 0; in xdp_fwd_flags()94 fib_params.dport = 0; in xdp_fwd_flags()
285 vip.dport = htons(min_port++); in main()
Completed in 5 milliseconds