Searched defs:nfp_net_cmsg_match_v4 (Results 1 – 1 of 1) sorted by relevance
47 struct nfp_net_cmsg_match_v4 { struct48 uint8_t l4_protocol_mask;49 uint8_t l4_protocol;50 uint16_t position;51 uint32_t src_ipv4;52 uint32_t src_ipv4_mask;53 uint32_t dst_ipv4;54 uint32_t dst_ipv4_mask;55 uint16_t src_port_mask;56 uint16_t src_port;[all …]