Home
last modified time | relevance | path

Searched refs:nat_lport (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c62 PEDIT_FIELDS(TCP_, DPORT, 2, nat_lport, 0),
64 PEDIT_FIELDS(UDP_, DPORT, 2, nat_lport, 0),
180 fs->nat_lport = cpu_to_be16(key->dst); in cxgb4_process_flow_match()
Dcxgb4_filter.c239 (dp ? f->fs.nat_lport : 0) | in set_nat_params()
666 fwr->newlport = htons(f->fs.nat_lport); in set_filter_wr()
Dcxgb4.h1170 u16 nat_lport; /* local port to use after NAT'ing */ member