Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 20 of 20) sorted by relevance

/linux/net/sched/
A Dcls_route.c488 fold = *arg; in route4_change()
489 if (fold && handle && fold->handle != handle) in route4_change()
501 if (fold) { in route4_change()
502 f->id = fold->id; in route4_change()
503 f->iif = fold->iif; in route4_change()
504 f->res = fold->res; in route4_change()
507 f->tp = fold->tp; in route4_change()
508 f->bkt = fold->bkt; in route4_change()
529 if (fold && fold->handle && f->handle != fold->handle) { in route4_change()
537 if (pfp == fold) { in route4_change()
[all …]
A Dcls_flow.c450 fold = *arg; in flow_change()
451 if (fold) { in flow_change()
457 fnew->tp = fold->tp; in flow_change()
458 fnew->handle = fold->handle; in flow_change()
459 fnew->nkeys = fold->nkeys; in flow_change()
461 fnew->mode = fold->mode; in flow_change()
462 fnew->mask = fold->mask; in flow_change()
463 fnew->xor = fold->xor; in flow_change()
464 fnew->rshift = fold->rshift; in flow_change()
470 mode = fold->mode; in flow_change()
[all …]
A Dcls_basic.c178 struct basic_filter *fold = (struct basic_filter *) *arg; in basic_change() local
189 if (fold != NULL) { in basic_change()
190 if (handle && fold->handle != handle) in basic_change()
206 } else if (!fold) { in basic_change()
222 if (!fold) in basic_change()
229 if (fold) { in basic_change()
231 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
232 tcf_unbind_filter(tp, &fold->res); in basic_change()
233 tcf_exts_get_net(&fold->exts); in basic_change()
234 tcf_queue_work(&fold->rwork, basic_delete_filter_work); in basic_change()
A Dcls_flower.c1888 if (fold) { in fl_check_assign_mask()
1903 } else if (fold && fold->mask != fnew->mask) { in fl_check_assign_mask()
2014 if (fold && handle && fold->handle != handle) { in fl_change()
2072 if (fold) { in fl_change()
2074 if (fold->deleted) { in fl_change()
2095 &fold->ht_node, in fl_change()
2099 fold->deleted = true; in fl_change()
2110 refcount_dec(&fold->refcnt); in fl_change()
2111 __fl_put(fold); in fl_change()
2165 if (fold) in fl_change()
[all …]
/linux/include/linux/
A Detherdevice.h349 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local
352 return fold == 0; in ether_addr_equal()
379 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local
382 return (fold >> 16) == 0; in ether_addr_equal_64bits()
384 return (fold << 16) == 0; in ether_addr_equal_64bits()
532 unsigned long fold; in compare_ether_header() local
542 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header()
543 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header()
544 return fold; in compare_ether_header()
/linux/tools/testing/selftests/bpf/
A Dtest_xsk.sh93 VETH0_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
95 VETH1_POSTFIX=$(cat ${URANDOM} | tr -dc '0-9' | fold -w 256 | head -n 1 | head --bytes 4)
/linux/Documentation/trace/
A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
6 " functions. While closed, a fold will show the total time taken for a call,
/linux/arch/alpha/lib/
A Dcsum_ipv6_magic.S104 extwl $0,2,$1 # e0 : fold 18-bit value
109 extwl $0,2,$1 # e0 : fold 17-bit value
/linux/Documentation/translations/zh_CN/core-api/
A Dunaligned-memory-access.rst135 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) |
138 return fold == 0;
/linux/Documentation/leds/
A Dleds-blinkm.rst16 The interface this driver provides is 2-fold:
/linux/Documentation/security/
A Dsiphash.rst49 will constant fold at compile-time and automatically choose one of the
158 will constant fold at compile-time and automatically choose one of the
/linux/Documentation/core-api/
A Dunaligned-memory-access.rst156 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) |
159 return fold == 0;
/linux/drivers/staging/media/atomisp/
A DTODO106 there are any specific things that can be done to fold in support for
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c81 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx() local
90 res |= (hweight64(fold & (mask << i)) & 0x1) << i; in enetc_mac_addr_hash_idx()
/linux/net/wireless/
A Dscan.c1528 u8 fold = 0; in cfg80211_combine_bsses() local
1543 fold |= ie[2 + i]; in cfg80211_combine_bsses()
1545 if (fold) { in cfg80211_combine_bsses()
/linux/mm/
A Dfilemap.c852 struct folio *fold = page_folio(old); in replace_page_cache_page() local
867 mem_cgroup_migrate(fold, fnew); in replace_page_cache_page()
/linux/tools/perf/Documentation/
A Dperf-probe.txt239 …r-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one …
/linux/Documentation/translations/it_IT/process/
A Dcoding-style.rst1136 Il compilatore valuterà la condizione come costante (constant-fold), e quindi
/linux/Documentation/process/
A Dcoding-style.rst1171 The compiler will constant-fold the conditional away, and include or exclude
/linux/kernel/bpf/
A Dverifier.c10817 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local
10823 fold = old->frame[fr]; in states_maybe_looping()
10826 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()

Completed in 69 milliseconds