Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/ipset/
Dip_set_bitmap_port.c34 u16 last_port; /* host byte order, included in range */ member
82 u16 last = map->last_port - map->first_port; in bitmap_port_list()
168 u16 last = map->last_port - map->first_port; in bitmap_port_tlist()
225 if (port < map->first_port || port > map->last_port) in bitmap_port_kadt()
253 if (port < map->first_port || port > map->last_port) in bitmap_port_uadt()
277 if (port_to > map->last_port) in bitmap_port_uadt()
324 NLA_PUT_NET16(skb, IPSET_ATTR_PORT_TO, htons(map->last_port)); in bitmap_port_head()
344 x->last_port == y->last_port && in bitmap_port_same_set()
385 u16 last = map->last_port - map->first_port; in bitmap_port_gc()
415 u16 first_port, u16 last_port) in init_map_port() argument
[all …]
/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c77 int last_port = in cvmx_pko_initialize_global() local
80 cvmx_pko_get_base_queue(last_port) + in cvmx_pko_initialize_global()
81 cvmx_pko_get_num_queues(last_port); in cvmx_pko_initialize_global()
/linux-3.4.99/drivers/net/bonding/
Dbond_3ad.c1269 struct port *last_port = NULL, *curr_port; in ad_port_selection_logic() local
1281 last_port = curr_port, in ad_port_selection_logic()
1285 if (!last_port) {// if it is the first port attached to the aggregator in ad_port_selection_logic()
1289 last_port->next_port_in_aggregator = in ad_port_selection_logic()
/linux-3.4.99/drivers/ata/
Dlibata-core.c6489 int last_port = -1, last_device = -1; in ata_parse_force_param() local
6518 te.port = last_port; in ata_parse_force_param()
6524 last_port = te.port; in ata_parse_force_param()