Searched refs:_udp (Results 1 – 3 of 3) sorted by relevance
173 struct udphdr *udp, _udp; in parse_ip_proto() local242 udp = bpf_flow_dissect_get_header(skb, sizeof(*udp), &_udp); in parse_ip_proto()
844 struct udphdr _udp; in process_udp() local845 struct udphdr *udph = buf_assign(pkt, sizeof(_udp), &_udp); in process_udp()
241 #define FBNIC_ACT1_INIT(_l4, _udp, _ip, _v6) \ argument243 ((_udp) ? FBNIC_RPC_TCAM_ACT1_L4_IS_UDP : 0) | \