Searched refs:fold (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/net/sched/ |
D | cls_route.c | 475 struct route4_filter *fold, *f1, *pfp, *f = NULL; in route4_change() local 490 fold = *arg; in route4_change() 491 if (fold && handle && fold->handle != handle) in route4_change() 503 if (fold) { in route4_change() 504 f->id = fold->id; in route4_change() 505 f->iif = fold->iif; in route4_change() 506 f->res = fold->res; in route4_change() 507 f->handle = fold->handle; in route4_change() 509 f->tp = fold->tp; in route4_change() 510 f->bkt = fold->bkt; in route4_change() [all …]
|
D | cls_flow.c | 397 struct flow_filter *fold, *fnew; in flow_change() local 452 fold = *arg; in flow_change() 453 if (fold) { in flow_change() 455 if (fold->handle != handle && handle) in flow_change() 459 fnew->tp = fold->tp; in flow_change() 460 fnew->handle = fold->handle; in flow_change() 461 fnew->nkeys = fold->nkeys; in flow_change() 462 fnew->keymask = fold->keymask; in flow_change() 463 fnew->mode = fold->mode; in flow_change() 464 fnew->mask = fold->mask; in flow_change() [all …]
|
D | cls_basic.c | 176 struct basic_filter *fold = (struct basic_filter *) *arg; in basic_change() local 187 if (fold != NULL) { in basic_change() 188 if (handle && fold->handle != handle) in basic_change() 204 } else if (!fold) { in basic_change() 215 if (!fold) in basic_change() 222 if (fold) { in basic_change() 224 list_replace_rcu(&fold->link, &fnew->link); in basic_change() 225 tcf_unbind_filter(tp, &fold->res); in basic_change() 226 tcf_exts_get_net(&fold->exts); in basic_change() 227 tcf_queue_work(&fold->rwork, basic_delete_filter_work); in basic_change()
|
D | cls_flower.c | 1104 struct cls_fl_filter *fold, in fl_check_assign_mask() argument 1111 if (fold) in fl_check_assign_mask() 1119 } else if (fold && fold->mask != fnew->mask) { in fl_check_assign_mask() 1165 struct cls_fl_filter *fold = *arg; in fl_change() local 1183 if (fold && handle && fold->handle != handle) { in fl_change() 1202 } else if (!fold) { in fl_change() 1225 err = fl_check_assign_mask(head, fnew, fold, &mask); in fl_change() 1230 if (!fold && fl_lookup(fnew->mask, &fnew->mkey)) { in fl_change() 1250 if (fold) { in fl_change() 1251 if (!tc_skip_sw(fold->flags)) in fl_change() [all …]
|
/Linux-v4.19/include/linux/ |
D | etherdevice.h | 321 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local 324 return fold == 0; in ether_addr_equal() 351 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local 354 return (fold >> 16) == 0; in ether_addr_equal_64bits() 356 return (fold << 16) == 0; in ether_addr_equal_64bits() 492 unsigned long fold; in compare_ether_header() local 502 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header() 503 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header() 504 return fold; in compare_ether_header()
|
/Linux-v4.19/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,
|
/Linux-v4.19/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
|
/Linux-v4.19/Documentation/leds/ |
D | leds-blinkm.txt | 12 The interface this driver provides is 2-fold:
|
/Linux-v4.19/Documentation/ |
D | siphash.txt | 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
|
D | unaligned-memory-access.txt | 156 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | 159 return fold == 0;
|
/Linux-v4.19/net/wireless/ |
D | scan.c | 819 u8 fold = 0; in cfg80211_combine_bsses() local 834 fold |= ie[2 + i]; in cfg80211_combine_bsses() 836 if (fold) { in cfg80211_combine_bsses()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-probe.txt | 238 …r-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one …
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 1041 The compiler will constant-fold the conditional away, and include or exclude
|