Searched refs:udp_src (Results 1 – 9 of 9) sorted by relevance
131 icmp = (struct icmp_hdr *)&ip->udp_src; in sandbox_eth_ping_req_to_reply()144 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_ping_req_to_reply()239 icmpr = (struct icmp_hdr *)&ipr->udp_src; in sandbox_eth_recv_ping_req()
1065 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in receive_icmp()1082 ntohs(ip->udp_src), icmph->un.data, in receive_icmp()1293 sumptr = (ushort *)&(ip->udp_src); in net_process_received_packet()1325 ntohs(ip->udp_src), in net_process_received_packet()1334 ntohs(ip->udp_src), in net_process_received_packet()1544 ip->udp_src = htons(sport); in net_set_udp_header()
79 struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; in ping_receive()
128 p.ip_udp.udp_src = htons(68); in send_dhcp_discover()347 buffer.p.ip_udp.udp_src != ntohs(67) || in execute()
472 __be16 udp_src; member
365 icmp = (struct icmp_hdr *)&ip->udp_src; in sb_check_ping_reply()
387 u16 udp_src; /* UDP source port */ member
687 src = OVS_MASKED(uh->source, key->udp_src, mask->udp_src); in set_udp()
1700 SW_FLOW_KEY_PUT(match, tp.src, udp_key->udp_src, is_mask); in ovs_key_from_nlattrs()2203 udp_key->udp_src = output->tp.src; in __ovs_nla_put_key()