Searched refs:gopt (Results 1 – 2 of 2) sorted by relevance
582 struct geneve_opt gopt;592 struct geneve_opt *gopt = (struct geneve_opt *) &local_gopt; in geneve_set_tunnel() 600 __builtin_memset(gopt, 0x0, sizeof(local_gopt)); in geneve_set_tunnel() 601 gopt->opt_class = bpf_htons(0x102); /* Open Virtual Networking (OVN) */ in geneve_set_tunnel() 602 gopt->type = 0x08; in geneve_set_tunnel() 603 gopt->r1 = 0; in geneve_set_tunnel() 604 gopt->r2 = 0; in geneve_set_tunnel() 605 gopt->r3 = 0; in geneve_set_tunnel() 606 gopt->length = 2; /* 4-byte multiple */ in geneve_set_tunnel() 607 *(int *) &gopt in geneve_set_tunnel() 583 struct geneve_opt gopt; global() member 593 struct geneve_opt *gopt = (struct geneve_opt *) &local_gopt; geneve_set_tunnel() local 631 struct geneve_opt gopt; geneve_get_tunnel() local 653 struct geneve_opt *gopt = (struct geneve_opt *) &local_gopt; ip6geneve_set_tunnel() local 691 struct geneve_opt gopt; ip6geneve_get_tunnel() local [all...]
1059 struct tc_htb_glob *gopt; in htb_init() local1082 gopt = nla_data(tb[TCA_HTB_INIT]); in htb_init()1083 if (gopt->version != HTB_VER >> 16) in htb_init()1115 if ((q->rate2quantum = gopt->rate2quantum) < 1) in htb_init()1117 q->defcls = gopt->defcls; in htb_init()1211 struct tc_htb_glob gopt; in htb_dump() local1218 gopt.direct_pkts = READ_ONCE(q->direct_pkts); in htb_dump()1219 gopt.version = HTB_VER; in htb_dump()1220 gopt.rate2quantum = q->rate2quantum; in htb_dump()1221 gopt.defcls = q->defcls; in htb_dump()[all …]