Home
last modified time | relevance | path

Searched refs:tmap (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/bridge/
Dbr_netlink_tunnel.c98 struct nlattr *tmap; in br_fill_vlan_tinfo() local
100 tmap = nla_nest_start(skb, IFLA_BRIDGE_VLAN_TUNNEL_INFO); in br_fill_vlan_tinfo()
101 if (!tmap) in br_fill_vlan_tinfo()
112 nla_nest_end(skb, tmap); in br_fill_vlan_tinfo()
117 nla_nest_cancel(skb, tmap); in br_fill_vlan_tinfo()
/Linux-v4.19/net/sched/
Dcls_rsvp.h70 u32 tmap[256/32]; member
416 if (data->tmap[n] & b) in tunnel_bts()
418 data->tmap[n] |= b; in tunnel_bts()
425 u32 tmap[256/32]; in tunnel_recycle() local
428 memset(tmap, 0, sizeof(tmap)); in tunnel_recycle()
448 memcpy(data->tmap, tmap, sizeof(tmap)); in tunnel_recycle()
/Linux-v4.19/tools/perf/util/
Dparse-events.c2242 struct thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported() local
2244 if (tmap == NULL) in is_event_supported()
2249 open_return = perf_evsel__open(evsel, NULL, tmap); in is_event_supported()
2261 ret = perf_evsel__open(evsel, NULL, tmap) >= 0; in is_event_supported()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dtables_nphy.c3318 check(tmap, TMAP); in assert_ntab_array_sizes()