• Home
  • Raw
  • Download

Lines Matching refs:extack

20 						struct netlink_ext_ack *extack)  in mlxsw_sp_nve_vxlan_ipv4_flags_check()  argument
23 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for TX"); in mlxsw_sp_nve_vxlan_ipv4_flags_check()
28 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Unsupported flag"); in mlxsw_sp_nve_vxlan_ipv4_flags_check()
36 struct netlink_ext_ack *extack) in mlxsw_sp_nve_vxlan_ipv6_flags_check() argument
39 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for TX"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
44 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Zero UDP checksum must be allowed for RX"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
49 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Unsupported flag"); in mlxsw_sp_nve_vxlan_ipv6_flags_check()
58 struct netlink_ext_ack *extack) in mlxsw_sp_nve_vxlan_can_offload() argument
64 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Multicast destination IP is not supported"); in mlxsw_sp_nve_vxlan_can_offload()
69 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Source address must be specified"); in mlxsw_sp_nve_vxlan_can_offload()
74 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Local interface is not supported"); in mlxsw_sp_nve_vxlan_can_offload()
79 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Only default UDP source port range is supported"); in mlxsw_sp_nve_vxlan_can_offload()
84 NL_SET_ERR_MSG_MOD(extack, "VxLAN: TOS must be configured to inherit"); in mlxsw_sp_nve_vxlan_can_offload()
89 NL_SET_ERR_MSG_MOD(extack, "VxLAN: TTL must not be configured to inherit"); in mlxsw_sp_nve_vxlan_can_offload()
95 if (!mlxsw_sp_nve_vxlan_ipv4_flags_check(cfg, extack)) in mlxsw_sp_nve_vxlan_can_offload()
99 if (!mlxsw_sp_nve_vxlan_ipv6_flags_check(cfg, extack)) in mlxsw_sp_nve_vxlan_can_offload()
105 NL_SET_ERR_MSG_MOD(extack, "VxLAN: TTL must not be configured to 0"); in mlxsw_sp_nve_vxlan_can_offload()
110 NL_SET_ERR_MSG_MOD(extack, "VxLAN: Flow label must be configured to 0"); in mlxsw_sp_nve_vxlan_can_offload()
119 struct netlink_ext_ack *extack) in mlxsw_sp1_nve_vxlan_can_offload() argument
122 NL_SET_ERR_MSG_MOD(extack, "VxLAN: 802.1ad bridge is not supported with VxLAN"); in mlxsw_sp1_nve_vxlan_can_offload()
126 return mlxsw_sp_nve_vxlan_can_offload(nve, params, extack); in mlxsw_sp1_nve_vxlan_can_offload()
285 struct netlink_ext_ack *extack) in mlxsw_sp_nve_vxlan_fdb_replay() argument
290 extack); in mlxsw_sp_nve_vxlan_fdb_replay()