Searched refs:nat_lport (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 62 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()
|
D | cxgb4_filter.c | 239 (dp ? f->fs.nat_lport : 0) | in set_nat_params() 666 fwr->newlport = htons(f->fs.nat_lport); in set_filter_wr()
|
D | cxgb4.h | 1170 u16 nat_lport; /* local port to use after NAT'ing */ member
|