Searched refs:pc (Results 1 – 3 of 3) sorted by relevance
| /net/hsr/ |
| A D | hsr_forward.c | 283 unsigned char *pc; in hsr_fill_tag() local 294 pc = skb_mac_header(skb); in hsr_fill_tag() 303 hsr_ethhdr = (struct hsr_ethhdr *)(pc + VLAN_HLEN); in hsr_fill_tag() 305 hsr_ethhdr = (struct hsr_ethhdr *)pc; in hsr_fill_tag()
|
| /net/core/ |
| A D | drop_monitor.c | 126 void *pc; member 240 if (!memcmp(&location, &point->pc, sizeof(void *))) { in trace_drop_common() 253 memcpy(point->pc, &location, sizeof(void *)); in trace_drop_common() 514 cb->pc = location; in net_dm_packet_trace_kfree_skb_hit() 631 if (nla_put_u64_64bit(msg, NET_DM_ATTR_PC, (u64)(uintptr_t)cb->pc, in net_dm_packet_report_fill() 654 snprintf(buf, sizeof(buf), "%pS", cb->pc); in net_dm_packet_report_fill()
|
| A D | filter.c | 940 int pc, ret = 0; in check_load_and_stores() local 950 for (pc = 0; pc < flen; pc++) { in check_load_and_stores() 951 memvalid &= masks[pc]; in check_load_and_stores() 953 switch (filter[pc].code) { in check_load_and_stores() 956 memvalid |= (1 << filter[pc].k); in check_load_and_stores() 967 masks[pc + 1 + filter[pc].k] &= memvalid; in check_load_and_stores() 979 masks[pc + 1 + filter[pc].jt] &= memvalid; in check_load_and_stores() 980 masks[pc + 1 + filter[pc].jf] &= memvalid; in check_load_and_stores() 1085 int pc; in bpf_check_classic() local 1088 for (pc = 0; pc < flen; pc++) { in bpf_check_classic() [all …]
|
Completed in 27 milliseconds