Lines Matching +full:100 +full:k
33 return struct.unpack("I", info[100:104])[0]
129 ethtool(f"-K {cfg.ifname} {features_cmd}")
156 ethtool(f"-K {cfg.ifname} {feature} off")
159 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
160 ethtool(f"-K {cfg.ifname} tx-tcp-mangleid-segmentation off")
162 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
165 ethtool(f"-K {cfg.ifname} tx-tcp-mangleid-segmentation on")
168 ethtool(f"-K {cfg.ifname} {feature} on")
194 ethtool(f"-K {cfg.ifname} {hw_all_features_cmd}")
202 ethtool(f"-K {cfg.ifname} tx-gso-partial off")
209 ethtool(f"-K {cfg.ifname} tx-gso-partial on")
234 ("vxlan", "4", "tx-udp_tnl-segmentation", ("vxlan", "id 100 dstport 4789 noudpcsum", ("4", "6"))),
235 ("vxlan", "6", "tx-udp_tnl-segmentation", ("vxlan", "id 100 dstport 4789 udp6zerocsumtx udp6zerocsumrx", ("4", "6"))),
236 ("vxlan_csum", "", "tx-udp_tnl-csum-segmentation", ("vxlan", "id 100 dstport 4789 udpcsum", ("4", "6"))),