HomeSort by relevance Sort by last modified time
    Searched defs:data_check (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_select_reuseport_kern.c 55 .value_size = sizeof(struct data_check),
70 struct data_check data_check = {}; local
80 data_check.len = reuse_md->len;
81 data_check.eth_protocol = reuse_md->eth_protocol;
82 data_check.ip_protocol = reuse_md->ip_protocol;
83 data_check.hash = reuse_md->hash;
84 data_check.bind_inany = reuse_md->bind_inany;
85 if (data_check.eth_protocol == bpf_htons(ETH_P_IP)) {
88 data_check.skb_addrs, 8
    [all...]
test_select_reuseport_common.h 24 struct data_check { struct

Completed in 85 milliseconds