Home
last modified time | relevance | path

Searched refs:udp_dst (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c75 __u16 udp_dst = UDP_PORT; in encap_ipv4() local
140 udp_dst = MPLS_OVER_UDP_PORT; in encap_ipv4()
144 udp_dst = ETH_OVER_UDP_PORT; in encap_ipv4()
160 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv4()
220 __u16 udp_dst = UDP_PORT; in encap_ipv6() local
248 udp_dst = MPLS_OVER_UDP_PORT; in encap_ipv6()
252 udp_dst = ETH_OVER_UDP_PORT; in encap_ipv6()
268 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in encap_ipv6()
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1029 ntohs(ip->udp_dst), src_ip, in receive_icmp()
1272 ntohs(ip->udp_dst), in net_process_received_packet()
1280 ntohs(ip->udp_dst), in net_process_received_packet()
1478 ip->udp_dst = htons(dport); in net_set_udp_header()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h422 __be16 udp_dst; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h422 __be16 udp_dst; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h432 __be16 udp_dst; member
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h397 u16 udp_dst; /* UDP destination port */ member
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c685 dst = OVS_MASKED(uh->dest, key->udp_dst, mask->udp_dst); in set_udp()
H A Dflow_netlink.c1677 SW_FLOW_KEY_PUT(match, tp.dst, udp_key->udp_dst, is_mask); in ovs_key_from_nlattrs()
2172 udp_key->udp_dst = output->tp.dst; in __ovs_nla_put_key()