/kernel/linux/linux-5.10/net/sched/ |
D | cls_route.c | 477 struct route4_filter *fold, *f1, *pfp, *f = NULL; in route4_change() local 498 fold = *arg; in route4_change() 499 if (fold && handle && fold->handle != handle) in route4_change() 511 if (fold) { in route4_change() 512 f->id = fold->id; in route4_change() 513 f->iif = fold->iif; in route4_change() 514 f->res = fold->res; in route4_change() 515 f->handle = fold->handle; in route4_change() 517 f->tp = fold->tp; in route4_change() 518 f->bkt = fold->bkt; in route4_change() [all …]
|
D | cls_flow.c | 394 struct flow_filter *fold, *fnew; in flow_change() local 450 fold = *arg; in flow_change() 451 if (fold) { in flow_change() 453 if (fold->handle != handle && handle) 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() 460 fnew->keymask = fold->keymask; in flow_change() 461 fnew->mode = fold->mode; in flow_change() 462 fnew->mask = fold->mask; in flow_change() [all …]
|
D | cls_basic.c | 178 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()
|
D | cls_flower.c | 1859 struct cls_fl_filter *fold, in fl_check_assign_mask() argument 1877 if (fold) { in fl_check_assign_mask() 1892 } else if (fold && fold->mask != fnew->mask) { in fl_check_assign_mask() 1946 struct cls_fl_filter *fold, in fl_ht_insert_unique() argument 1960 return fold && err == -EEXIST ? 0 : err; in fl_ht_insert_unique() 1974 struct cls_fl_filter *fold = *arg; in fl_change() local 2003 if (fold && handle && fold->handle != handle) { in fl_change() 2034 err = fl_check_assign_mask(head, fnew, fold, mask); in fl_change() 2038 err = fl_ht_insert_unique(fnew, fold, &in_ht); in fl_change() 2061 if (fold) { in fl_change() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | etherdevice.h | 329 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local 332 return fold == 0; in ether_addr_equal() 358 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local 361 return (fold >> 16) == 0; in ether_addr_equal_64bits() 363 return (fold << 16) == 0; in ether_addr_equal_64bits() 511 unsigned long fold; in compare_ether_header() local 521 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header() 522 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header() 523 return fold; in compare_ether_header()
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | function-graph-fold.vim | 5 " 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,
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 104 extwl $0,2,$1 # e0 : fold 18-bit value 109 extwl $0,2,$1 # e0 : fold 17-bit value
|
/kernel/linux/linux-5.10/Documentation/leds/ |
D | leds-blinkm.rst | 16 The interface this driver provides is 2-fold:
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | siphash.rst | 49 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
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | unaligned-memory-access.rst | 156 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | 159 return fold == 0;
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/ |
D | TODO | 106 there are any specific things that can be done to fold in support for
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 78 u64 fold = __swab64(ether_addr_to_u64(addr)) >> 16; in enetc_mac_addr_hash_idx() local 87 res |= (hweight64(fold & (mask << i)) & 0x1) << i; in enetc_mac_addr_hash_idx()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | scan.c | 1534 u8 fold = 0; in cfg80211_combine_bsses() local 1549 fold |= ie[2 + i]; in cfg80211_combine_bsses() 1551 if (fold) { in cfg80211_combine_bsses()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-probe.txt | 239 …r-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one …
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 1114 Il compilatore valuterà la condizione come costante (constant-fold), e quindi
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | coding-style.rst | 1120 The compiler will constant-fold the conditional away, and include or exclude
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | verifier.c | 9588 struct bpf_func_state *fold, *fcur; in states_maybe_looping() local 9594 fold = old->frame[fr]; in states_maybe_looping() 9597 if (memcmp(&fold->regs[i], &fcur->regs[i], in states_maybe_looping()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0001_linux_arch.patch | 12796 // For sizes less than 256 bytes, we can't fold 128 bytes at a time. 12823 // Now fold the 112 bytes in v0-v6 into the 16 bytes in v7.
|