Home
last modified time | relevance | path

Searched refs:dport (Results 1 – 4 of 4) sorted by relevance

/samples/bpf/
A Dxdp_tx_iptunnel_kern.c88 int dport; in handle_ipv4() local
95 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() local
167 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()
A Dxdp_tx_iptunnel_common.h16 __u16 dport; member
A Dxdp_fwd_kern.c75 fib_params.dport = 0; in xdp_fwd_flags()
94 fib_params.dport = 0; in xdp_fwd_flags()
A Dxdp_tx_iptunnel_user.c285 vip.dport = htons(min_port++); in main()

Completed in 5 milliseconds