Lines Matching defs:mss
1071 unsigned long desc, unsigned long mss)
1085 correlator, &correlator, mss,
1122 unsigned long mss = 0;
1157 mss = (unsigned long)skb_shinfo(skb)->gso_size;
1161 * is a largesend packet. Put the mss in
1200 if (ibmveth_send(adapter, desc.desc, mss)) {
1215 static void ibmveth_rx_mss_helper(struct sk_buff *skb, u16 mss, int lrg_pkt)
1243 /* if mss is not set through Large Packet bit/mss in rx buffer,
1244 * expect that the mss will be written to the tcp header checksum.
1248 skb_shinfo(skb)->gso_size = mss;
1338 u16 mss = 0;
1361 * descriptor, the mss will be written by PHYP eight
1368 mss = (u16)be64_to_cpu(*rxmss);
1404 ibmveth_rx_mss_helper(skb, mss, lrg_pkt);